Struct coreaudio_sys::audio_unit::Struct_TimeRecord
[−]
[src]
pub struct Struct_TimeRecord { pub value: CompTimeValue, pub scale: TimeScale, pub base: TimeBase, }
Fields
value: CompTimeValue
scale: TimeScale
base: TimeBase
Trait Implementations
impl Copy for Struct_TimeRecord
[src]
impl Clone for Struct_TimeRecord
[src]
fn clone(&self) -> Struct_TimeRecord
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_TimeRecord
[src]
fn default() -> Struct_TimeRecord
Returns the "default value" for a type. Read more