Union MacTypes_sys::NumVersionVariant [] [src]

#[repr(C)]
pub union NumVersionVariant { pub parts: NumVersion, pub whole: UInt32, }

NumVersionVariant is a wrapper so NumVersion can be accessed as a 32-bit value.

Fields

parts: NumVersion whole: UInt32

Trait Implementations

impl Clone for NumVersionVariant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy 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 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 Eq for NumVersionVariant
[src]

impl Hash for NumVersionVariant
[src]

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

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