Struct gimli::read::Abbreviation [−][src]
pub struct Abbreviation { /* fields omitted */ }
Expand description
An abbreviation describes the shape of a DebuggingInformationEntry
’s type:
its code, tag type, whether it has children, and its set of attributes.
Implementations
Return true if this abbreviation’s type has children, false otherwise.
Get this abbreviation’s attributes.
Trait Implementations
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 Abbreviation
impl Send for Abbreviation
impl Sync for Abbreviation
impl Unpin for Abbreviation
impl UnwindSafe for Abbreviation
Blanket Implementations
Mutably borrows from an owned value. Read more