Struct coreaudio_sys::audio_unit::Struct_AudioUnitParameterValueTranslation [] [src]

pub struct Struct_AudioUnitParameterValueTranslation {
    pub otherDesc: AudioUnitOtherPluginDesc,
    pub otherParamID: UInt32,
    pub otherValue: Float32,
    pub auParamID: AudioUnitParameterID,
    pub auValue: AudioUnitParameterValue,
}

Fields

otherDesc: AudioUnitOtherPluginDesc otherParamID: UInt32 otherValue: Float32 auParamID: AudioUnitParameterID auValue: AudioUnitParameterValue

Trait Implementations

impl Copy for Struct_AudioUnitParameterValueTranslation
[src]

impl Clone for Struct_AudioUnitParameterValueTranslation
[src]

fn clone(&self) -> Struct_AudioUnitParameterValueTranslation

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_AudioUnitParameterValueTranslation
[src]

fn default() -> Struct_AudioUnitParameterValueTranslation

Returns the "default value" for a type. Read more