Struct gimli::Abbreviation [] [src]

pub struct Abbreviation { /* fields omitted */ }

An abbreviation describes the shape of a DebuggingInformationEntry's type: its code, tag type, whether it has children, and its set of attributes.

Methods

impl Abbreviation
[src]

Construct a new Abbreviation.

Panics

Panics if code is 0.

Get this abbreviation's code.

Get this abbreviation's tag.

Return true if this abbreviation's type has children, false otherwise.

Get this abbreviation's attributes.

Trait Implementations

impl Debug for Abbreviation
[src]

Formats the value using the given formatter.

impl Clone for Abbreviation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Abbreviation
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Abbreviation
[src]