Struct coreaudio_sys::audio_unit::Struct_AUMIDIOutputCallbackStruct
[−]
[src]
pub struct Struct_AUMIDIOutputCallbackStruct { pub midiOutputCallback: AUMIDIOutputCallback, pub userData: *mut c_void, }
Fields
midiOutputCallback: AUMIDIOutputCallback
userData: *mut c_void
Trait Implementations
impl Copy for Struct_AUMIDIOutputCallbackStruct
[src]
impl Clone for Struct_AUMIDIOutputCallbackStruct
[src]
fn clone(&self) -> Struct_AUMIDIOutputCallbackStruct
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_AUMIDIOutputCallbackStruct
[src]
fn default() -> Struct_AUMIDIOutputCallbackStruct
Returns the "default value" for a type. Read more