[−][src]Struct gimli::constants::DwCfa
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][−]
pub fn static_string(&self) -> Option<&'static str>
[src]
Trait Implementations
impl Clone for DwCfa
[src][+]
impl Copy for DwCfa
[src]
impl Debug for DwCfa
[src][+]
impl Display for DwCfa
[src][+]
impl Eq for DwCfa
[src]
impl Hash for DwCfa
[src][+]
impl Ord for DwCfa
[src][+]
impl PartialEq<DwCfa> for DwCfa
[src][+]
impl PartialOrd<DwCfa> for DwCfa
[src][+]
impl StructuralEq for DwCfa
[src]
impl StructuralPartialEq for DwCfa
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,