Struct gimli::DwLne [] [src]

pub struct DwLne(pub u8);

Trait Implementations

impl Eq for DwLne
[src]

impl PartialEq for DwLne
[src]

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

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

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

This method tests for !=.

impl Copy for DwLne
[src]

impl Clone for DwLne
[src]

fn clone(&self) -> DwLne

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

impl Debug for DwLne
[src]

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

Formats the value using the given formatter.

impl Display for DwLne
[src]

fn fmt(&self, f: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.