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