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