Struct gimli::read::Abbreviations [−][src]
pub struct Abbreviations { /* fields omitted */ }A set of type abbreviations.
Construct an Abbreviations instance with the
abbreviations()
method.
Implementations
impl Abbreviations[src]
impl Abbreviations[src]pub fn get(&self, code: u64) -> Option<&Abbreviation>[src]
Get the abbreviation associated with the given code.
Trait Implementations
impl Clone for Abbreviations[src]
impl Clone for Abbreviations[src]fn clone(&self) -> Abbreviations[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for Abbreviations[src]
impl Default for Abbreviations[src]