Struct MacTypes_sys::VersRec [] [src]

pub struct VersRec {
    pub numericVersion: NumVersion,
    pub countryCode: c_short,
    pub shortVersion: Str255,
    pub reserved: Str255,
}

Fields

Trait Implementations

impl Clone for VersRec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VersRec
[src]

impl Default for VersRec
[src]

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

impl Eq for VersRec
[src]

impl Debug for VersRec
[src]

Formats the value using the given formatter.

impl Hash for VersRec
[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 VersRec
[src]

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

This method tests for !=.