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