Struct MacTypes_sys::VersRec [] [src]

#[repr(C)]
pub struct VersRec { pub numericVersion: NumVersion, pub countryCode: c_short, pub shortVersion: Str255, pub reserved: Str255, }

Contents of a vers resource.

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 given [Hasher]. Read more

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

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 !=.