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]fn default() -> Abbreviations
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.