Struct coreaudio_sys::audio_unit::Struct_AUParameterMIDIMapping
[−]
[src]
pub struct Struct_AUParameterMIDIMapping {
pub mScope: AudioUnitScope,
pub mElement: AudioUnitElement,
pub mParameterID: AudioUnitParameterID,
pub mFlags: UInt32,
pub mSubRangeMin: AudioUnitParameterValue,
pub mSubRangeMax: AudioUnitParameterValue,
pub mStatus: UInt8,
pub mData1: UInt8,
pub reserved1: UInt8,
pub reserved2: UInt8,
pub reserved3: UInt32,
}Fields
mScope: AudioUnitScope
mElement: AudioUnitElement
mParameterID: AudioUnitParameterID
mFlags: UInt32
mSubRangeMin: AudioUnitParameterValue
mSubRangeMax: AudioUnitParameterValue
mStatus: UInt8
mData1: UInt8
reserved1: UInt8
reserved2: UInt8
reserved3: UInt32
Trait Implementations
impl Copy for Struct_AUParameterMIDIMapping[src]
impl Clone for Struct_AUParameterMIDIMapping[src]
fn clone(&self) -> Struct_AUParameterMIDIMapping
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_AUParameterMIDIMapping[src]
fn default() -> Struct_AUParameterMIDIMapping
Returns the "default value" for a type. Read more