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
Blanket Implementations
Mutably borrows from an owned value. Read more