Enum gimli::AbbreviationHasChildren [] [src]

pub enum AbbreviationHasChildren {
    Yes,
    No,
}

Whether an abbreviation's type has children or not, aka DW_CHILDREN_{yes,no} in the standard.

DWARF standard 4, section 7.5.4, page 154

Variants

Yes

TODO FITZGEN

No

TODO FITZGEN

Trait Implementations

impl Eq for AbbreviationHasChildren
[src]

impl PartialEq for AbbreviationHasChildren
[src]

fn eq(&self, __arg_0: &AbbreviationHasChildren) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Copy for AbbreviationHasChildren
[src]

impl Clone for AbbreviationHasChildren
[src]

fn clone(&self) -> AbbreviationHasChildren

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 Debug for AbbreviationHasChildren
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.