Struct coreaudio_sys::audio_unit::Struct_AUPreset
[−]
[src]
pub struct Struct_AUPreset { pub presetNumber: SInt32, pub presetName: CFStringRef, }
Fields
presetNumber: SInt32
presetName: CFStringRef
Trait Implementations
impl Copy for Struct_AUPreset
[src]
impl Clone for Struct_AUPreset
[src]
fn clone(&self) -> Struct_AUPreset
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_AUPreset
[src]
fn default() -> Struct_AUPreset
Returns the "default value" for a type. Read more