Struct coreaudio_sys::audio_unit::Struct_NoteParamsControlValue [] [src]

pub struct Struct_NoteParamsControlValue {
    pub mID: AudioUnitParameterID,
    pub mValue: AudioUnitParameterValue,
}

Fields

mID: AudioUnitParameterID mValue: AudioUnitParameterValue

Trait Implementations

impl Copy for Struct_NoteParamsControlValue
[src]

impl Clone for Struct_NoteParamsControlValue
[src]

fn clone(&self) -> Struct_NoteParamsControlValue

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

fn default() -> Struct_NoteParamsControlValue

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