Struct gimli::Abbreviations
[−]
[src]
pub struct Abbreviations {
// some fields omitted
}A set of type abbreviations.
Construct an Abbreviations instance with the
abbreviations()
method.
Methods
impl Abbreviations[src]
fn get(&self, code: u64) -> Option<&Abbreviation>
Get the abbreviation associated with the given code.
Trait Implementations
impl Clone for Abbreviations[src]
fn clone(&self) -> Abbreviations
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for Abbreviations[src]
fn default() -> Abbreviations
Returns the "default value" for a type. Read more