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