Struct coreaudio_sys::audio_unit::Struct_time_value
[−]
[src]
pub struct Struct_time_value { pub seconds: integer_t, pub microseconds: integer_t, }
Fields
seconds: integer_t
microseconds: integer_t
Trait Implementations
impl Copy for Struct_time_value
[src]
impl Clone for Struct_time_value
[src]
fn clone(&self) -> Struct_time_value
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_time_value
[src]
fn default() -> Struct_time_value
Returns the "default value" for a type. Read more