Struct coreaudio_sys::audio_unit::Struct_AudioUnitPresetMAS_SettingData
[−]
[src]
pub struct Struct_AudioUnitPresetMAS_SettingData {
pub isStockSetting: UInt32,
pub settingID: UInt32,
pub dataLen: UInt32,
pub data: [UInt8; 1],
}Fields
isStockSetting: UInt32
settingID: UInt32
dataLen: UInt32
data: [UInt8; 1]
Trait Implementations
impl Copy for Struct_AudioUnitPresetMAS_SettingData[src]
impl Clone for Struct_AudioUnitPresetMAS_SettingData[src]
fn clone(&self) -> Struct_AudioUnitPresetMAS_SettingData
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_SettingData[src]
fn default() -> Struct_AudioUnitPresetMAS_SettingData
Returns the "default value" for a type. Read more