Struct gimli::read::Abbreviations [−][src]
pub struct Abbreviations { /* fields omitted */ }
Expand description
A set of type abbreviations.
Construct an Abbreviations
instance with the
abbreviations()
method.
Implementations
Get the abbreviation associated with the given code.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for Abbreviations
impl Send for Abbreviations
impl Sync for Abbreviations
impl Unpin for Abbreviations
impl UnwindSafe for Abbreviations
Blanket Implementations
Mutably borrows from an owned value. Read more