Struct coreaudio_sys::audio_unit::Struct_AudioUnitPresetMAS_Settings
[−]
[src]
pub struct Struct_AudioUnitPresetMAS_Settings {
pub manufacturerID: UInt32,
pub effectID: UInt32,
pub variantID: UInt32,
pub settingsVersion: UInt32,
pub numberOfSettings: UInt32,
pub settings: [AudioUnitPresetMAS_SettingData; 1],
}Fields
manufacturerID: UInt32
effectID: UInt32
variantID: UInt32
settingsVersion: UInt32
numberOfSettings: UInt32
settings: [AudioUnitPresetMAS_SettingData; 1]
Trait Implementations
impl Copy for Struct_AudioUnitPresetMAS_Settings[src]
impl Clone for Struct_AudioUnitPresetMAS_Settings[src]
fn clone(&self) -> Struct_AudioUnitPresetMAS_Settings
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_AudioUnitPresetMAS_Settings[src]
fn default() -> Struct_AudioUnitPresetMAS_Settings
Returns the "default value" for a type. Read more