Struct coreaudio_sys::audio_unit::Struct_AudioUnitProperty
[−]
[src]
pub struct Struct_AudioUnitProperty { pub mAudioUnit: AudioUnit, pub mPropertyID: AudioUnitPropertyID, pub mScope: AudioUnitScope, pub mElement: AudioUnitElement, }
Fields
mAudioUnit: AudioUnit
mPropertyID: AudioUnitPropertyID
mScope: AudioUnitScope
mElement: AudioUnitElement
Trait Implementations
impl Copy for Struct_AudioUnitProperty
[src]
impl Clone for Struct_AudioUnitProperty
[src]
fn clone(&self) -> Struct_AudioUnitProperty
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_AudioUnitProperty
[src]
fn default() -> Struct_AudioUnitProperty
Returns the "default value" for a type. Read more