Struct coreaudio_sys::audio_unit::Struct_SMPTETime
[−]
[src]
pub struct Struct_SMPTETime { pub mSubframes: SInt16, pub mSubframeDivisor: SInt16, pub mCounter: UInt32, pub mType: UInt32, pub mFlags: UInt32, pub mHours: SInt16, pub mMinutes: SInt16, pub mSeconds: SInt16, pub mFrames: SInt16, }
Fields
mSubframes: SInt16
mSubframeDivisor: SInt16
mCounter: UInt32
mType: UInt32
mFlags: UInt32
mHours: SInt16
mMinutes: SInt16
mSeconds: SInt16
mFrames: SInt16
Trait Implementations
impl Copy for Struct_SMPTETime
[src]
impl Clone for Struct_SMPTETime
[src]
fn clone(&self) -> Struct_SMPTETime
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_SMPTETime
[src]
fn default() -> Struct_SMPTETime
Returns the "default value" for a type. Read more