Struct gimli::constants::DwEhPe [−][src]
pub struct DwEhPe(pub u8);
Expand description
Pointer encoding used by .eh_frame
.
The four lower bits describe the format of the pointer, the upper four bits describe how the encoding should be applied.
Defined in http://refspecs.linux-foundation.org/LSB_4.0.0/LSB-Core-generic/LSB-Core-generic/dwarfext.html
Tuple Fields
0: u8
Implementations
Get the pointer encoding’s application.
Is this coding indirect? If so, its encoded value is the address of the real pointer result, not the pointer result itself.
Is this a known, valid pointer encoding?
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for DwEhPe
impl UnwindSafe for DwEhPe
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.