Struct MacTypes_sys::UnsignedWide [] [src]

#[repr(C)]
pub struct UnsignedWide { pub lo: UInt32, pub hi: UInt32, }

Fields

Trait Implementations

impl Clone for UnsignedWide
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for UnsignedWide
[src]

impl Debug for UnsignedWide
[src]

Formats the value using the given formatter.

impl Default for UnsignedWide
[src]

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

impl Eq for UnsignedWide
[src]

impl Hash for UnsignedWide
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for UnsignedWide
[src]

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

This method tests for !=.