Struct dwarf::constant::DwTag
[−]
[src]
pub struct DwTag(pub u16);
Trait Implementations
impl Eq for DwTag
[src]
impl PartialEq for DwTag
[src]
fn eq(&self, __arg_0: &DwTag) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &DwTag) -> bool
This method tests for !=
.
impl Copy for DwTag
[src]
impl Clone for DwTag
[src]
fn clone(&self) -> DwTag
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