Struct MacTypes_sys::NumVersion [] [src]

pub struct NumVersion {
    pub nonRelRev: UInt8,
    pub stage: UInt8,
    pub minorAndBugRef: UInt8,
    pub majorRev: UInt8,
}

Fields

Trait Implementations

impl PartialEq for NumVersion
[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 NumVersion
[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 NumVersion
[src]

impl Default for NumVersion
[src]

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

impl Debug for NumVersion
[src]

Formats the value using the given formatter.

impl Copy for NumVersion
[src]

impl Clone for NumVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more