Struct coreaudio_sys::audio_unit::Struct_Unnamed48 [] [src]

pub struct Struct_Unnamed48 {
    pub year: SInt32,
    pub month: SInt8,
    pub day: SInt8,
    pub hour: SInt8,
    pub minute: SInt8,
    pub second: c_double,
}

Fields

year: SInt32 month: SInt8 day: SInt8 hour: SInt8 minute: SInt8 second: c_double

Trait Implementations

impl Copy for Struct_Unnamed48
[src]

impl Clone for Struct_Unnamed48
[src]

fn clone(&self) -> Struct_Unnamed48

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_Unnamed48
[src]

fn default() -> Struct_Unnamed48

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