Struct dwarf::Die [] [src]

pub struct Die<'a> {
    pub offset: usize,
    pub code: u64,
    pub tag: DwTag,
    pub children: bool,
    pub attributes: Vec<Attribute<'a>>,
}

Fields

Methods

impl<'a, 'b> Die<'a>
[src]

impl<'a, 'b> Die<'a>
[src]

impl<'a> Die<'a>
[src]

impl<'a> Die<'a>
[src]

Trait Implementations

impl<'a> Debug for Die<'a>
[src]

Formats the value using the given formatter.

impl<'a> PartialEq for Die<'a>
[src]

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

This method tests for !=.

impl<'a> Eq for Die<'a>
[src]