Struct MacTypes_sys::wide [] [src]

pub struct wide {
    pub lo: UInt32,
    pub hi: SInt32,
}

Fields

Trait Implementations

impl Clone for wide
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for wide
[src]

impl Debug for wide
[src]

Formats the value using the given formatter.

impl Default for wide
[src]

Returns the "default value" for a type. Read more

impl Eq for wide
[src]

impl Hash for wide
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl PartialEq for wide
[src]

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

This method tests for !=.