Struct dwarf::AbbrevAttribute [] [src]

pub struct AbbrevAttribute {
    pub at: DwAt,
    pub form: DwForm,
}

Fields

at: DwAt form: DwForm

Methods

impl AbbrevAttribute
[src]

fn read<R: Read>(r: &mut R) -> Result<Option<AbbrevAttribute>, ReadError>

impl AbbrevAttribute
[src]

fn write_null<W: Write>(w: &mut W) -> Result<()>

fn write<W: Write>(&self, w: &mut W) -> Result<()>

impl AbbrevAttribute
[src]

fn null() -> Self

fn is_null(&self) -> bool

Trait Implementations

impl Eq for AbbrevAttribute
[src]

impl PartialEq for AbbrevAttribute
[src]

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

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

fn ne(&self, __arg_0: &AbbrevAttribute) -> bool

This method tests for !=.

impl Debug for AbbrevAttribute
[src]

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

Formats the value using the given formatter.