Struct MacTypes_sys::NumVersionVariant [] [src]

pub struct NumVersionVariant {
    pub whole: UInt32,
}

Fields

Trait Implementations

impl PartialEq for NumVersionVariant
[src]

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

This method tests for !=.

impl Hash for NumVersionVariant
[src]

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

Feeds a slice of this type into the state provided.

impl Eq for NumVersionVariant
[src]

impl Default for NumVersionVariant
[src]

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

impl Debug for NumVersionVariant
[src]

Formats the value using the given formatter.

impl Copy for NumVersionVariant
[src]

impl Clone for NumVersionVariant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more