Struct gimli::read::Augmentation [−][src]
pub struct Augmentation { /* fields omitted */ }
Expand description
We support the z-style augmentation defined by .eh_frame
.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for Augmentation
impl Send for Augmentation
impl Sync for Augmentation
impl Unpin for Augmentation
impl UnwindSafe for Augmentation
Blanket Implementations
Mutably borrows from an owned value. Read more