Struct coreaudio_sys::audio_unit::Struct_AUSamplerBankPresetData
[−]
[src]
pub struct Struct_AUSamplerBankPresetData {
pub bankURL: CFURLRef,
pub bankMSB: UInt8,
pub bankLSB: UInt8,
pub presetID: UInt8,
pub reserved: UInt8,
}Fields
bankURL: CFURLRef
bankMSB: UInt8
bankLSB: UInt8
presetID: UInt8
reserved: UInt8
Trait Implementations
impl Copy for Struct_AUSamplerBankPresetData[src]
impl Clone for Struct_AUSamplerBankPresetData[src]
fn clone(&self) -> Struct_AUSamplerBankPresetData
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_AUSamplerBankPresetData[src]
fn default() -> Struct_AUSamplerBankPresetData
Returns the "default value" for a type. Read more