Struct gimli::constants::DwCfa [−][src]
pub struct DwCfa(pub u8);
The opcode for a call frame instruction.
Section 7.24:
Call frame instructions are encoded in one or more bytes. The primary opcode is encoded in the high order two bits of the first byte (that is, opcode = byte >> 6). An operand or extended opcode may be encoded in the low order 6 bits. Additional operands are encoded in subsequent bytes.
Implementations
impl DwCfa
[src]
impl DwCfa
[src]pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl PartialOrd<DwCfa> for DwCfa
[src]
impl PartialOrd<DwCfa> for DwCfa
[src]impl Copy for DwCfa
[src]
impl Eq for DwCfa
[src]
impl StructuralEq for DwCfa
[src]
impl StructuralPartialEq for DwCfa
[src]
Auto Trait Implementations
impl RefUnwindSafe for DwCfa
impl Send for DwCfa
impl Sync for DwCfa
impl Unpin for DwCfa
impl UnwindSafe for DwCfa
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
[src]
impl<T> CallHasher for T where
T: Hash,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]