Struct coreaudio_sys::audio_unit::Struct_AUNumVersion [] [src]

pub struct Struct_AUNumVersion {
    pub nonRelRev: UInt8,
    pub stage: UInt8,
    pub minorAndBugRev: UInt8,
    pub majorRev: UInt8,
}

Fields

nonRelRev: UInt8 stage: UInt8 minorAndBugRev: UInt8 majorRev: UInt8

Trait Implementations

impl Copy for Struct_AUNumVersion
[src]

impl Clone for Struct_AUNumVersion
[src]

fn clone(&self) -> Struct_AUNumVersion

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for Struct_AUNumVersion
[src]

fn default() -> Struct_AUNumVersion

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