Struct coreaudio_sys::audio_unit::Struct_flocktimeout [] [src]

pub struct Struct_flocktimeout {
    pub fl: Struct_flock,
    pub timeout: Struct_timespec,
}

Fields

fl: Struct_flock timeout: Struct_timespec

Trait Implementations

impl Copy for Struct_flocktimeout
[src]

impl Clone for Struct_flocktimeout
[src]

fn clone(&self) -> Struct_flocktimeout

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

fn default() -> Struct_flocktimeout

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