Struct gimli::Attribute [] [src]

pub struct Attribute<'input> {
    // some fields omitted
}

An attribute in a DebuggingInformationEntry, consisting of a name and associated value.

Methods

impl<'input> Attribute<'input>
[src]

fn name(&self) -> DwAt

Get this attribute's name.

fn value(&self) -> AttributeValue<'input>

Get this attribute's value.

Trait Implementations

impl<'input> PartialEq for Attribute<'input>
[src]

fn eq(&self, __arg_0: &Attribute<'input>) -> bool

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

fn ne(&self, __arg_0: &Attribute<'input>) -> bool

This method tests for !=.

impl<'input> Eq for Attribute<'input>
[src]

impl<'input> Debug for Attribute<'input>
[src]

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

Formats the value using the given formatter.

impl<'input> Clone for Attribute<'input>
[src]

fn clone(&self) -> Attribute<'input>

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<'input> Copy for Attribute<'input>
[src]