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]

Get the abbreviation associated with the given code.

Trait Implementations

impl Clone for Abbreviations
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Abbreviations
[src]

Returns the "default value" for a type. Read more

impl Debug for Abbreviations
[src]

Formats the value using the given formatter.