Struct coreaudio_sys::audio_unit::Struct_AudioComponentDescription
[−]
[src]
pub struct Struct_AudioComponentDescription { pub componentType: OSType, pub componentSubType: OSType, pub componentManufacturer: OSType, pub componentFlags: UInt32, pub componentFlagsMask: UInt32, }
Fields
componentType: OSType
componentSubType: OSType
componentManufacturer: OSType
componentFlags: UInt32
componentFlagsMask: UInt32
Trait Implementations
impl Copy for Struct_AudioComponentDescription
[src]
impl Clone for Struct_AudioComponentDescription
[src]
fn clone(&self) -> Struct_AudioComponentDescription
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_AudioComponentDescription
[src]
fn default() -> Struct_AudioComponentDescription
Returns the "default value" for a type. Read more