Struct dwarf::AbbrevAttribute
[−]
[src]
pub struct AbbrevAttribute { pub at: DwAt, pub form: DwForm, }
Fields
at: DwAt
form: DwForm
Methods
impl AbbrevAttribute
[src]
impl AbbrevAttribute
[src]
impl AbbrevAttribute
[src]
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 !=
.