Struct coreaudio_sys::audio_unit::Struct_AudioUnitMIDIControlMapping
[−]
[src]
pub struct Struct_AudioUnitMIDIControlMapping {
pub midiNRPN: UInt16,
pub midiControl: UInt8,
pub scope: UInt8,
pub element: AudioUnitElement,
pub parameter: AudioUnitParameterID,
}Fields
midiNRPN: UInt16
midiControl: UInt8
scope: UInt8
element: AudioUnitElement
parameter: AudioUnitParameterID
Trait Implementations
impl Copy for Struct_AudioUnitMIDIControlMapping[src]
impl Clone for Struct_AudioUnitMIDIControlMapping[src]
fn clone(&self) -> Struct_AudioUnitMIDIControlMapping
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_AudioUnitMIDIControlMapping[src]
fn default() -> Struct_AudioUnitMIDIControlMapping
Returns the "default value" for a type. Read more