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