#[repr(C)]pub struct MIDISysexSendRequestUMP {
pub destination: MIDIEndpointRef,
pub words: *mut UInt32,
pub wordsToSend: UInt32,
pub complete: Boolean,
pub completionProc: MIDICompletionProcUMP,
pub completionRefCon: *mut c_void,
}Fields§
§destination: MIDIEndpointRef§words: *mut UInt32§wordsToSend: UInt32§complete: Boolean§completionProc: MIDICompletionProcUMP§completionRefCon: *mut c_voidTrait Implementations§
Source§impl Clone for MIDISysexSendRequestUMP
impl Clone for MIDISysexSendRequestUMP
Source§fn clone(&self) -> MIDISysexSendRequestUMP
fn clone(&self) -> MIDISysexSendRequestUMP
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MIDISysexSendRequestUMP
impl Debug for MIDISysexSendRequestUMP
impl Copy for MIDISysexSendRequestUMP
Auto Trait Implementations§
impl Freeze for MIDISysexSendRequestUMP
impl RefUnwindSafe for MIDISysexSendRequestUMP
impl !Send for MIDISysexSendRequestUMP
impl !Sync for MIDISysexSendRequestUMP
impl Unpin for MIDISysexSendRequestUMP
impl UnsafeUnpin for MIDISysexSendRequestUMP
impl UnwindSafe for MIDISysexSendRequestUMP
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more