Struct coreaudio_sys::audio_unit::Struct_AudioTimeStamp
[−]
[src]
pub struct Struct_AudioTimeStamp {
pub mSampleTime: Float64,
pub mHostTime: UInt64,
pub mRateScalar: Float64,
pub mWordClockTime: UInt64,
pub mSMPTETime: SMPTETime,
pub mFlags: UInt32,
pub mReserved: UInt32,
}Fields
mSampleTime: Float64
mHostTime: UInt64
mRateScalar: Float64
mWordClockTime: UInt64
mSMPTETime: SMPTETime
mFlags: UInt32
mReserved: UInt32
Trait Implementations
impl Copy for Struct_AudioTimeStamp[src]
impl Clone for Struct_AudioTimeStamp[src]
fn clone(&self) -> Struct_AudioTimeStamp
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_AudioTimeStamp[src]
fn default() -> Struct_AudioTimeStamp
Returns the "default value" for a type. Read more