#[repr(C)]pub struct MIDIIOErrorNotification {
pub messageID: MIDINotificationMessageID,
pub messageSize: UInt32,
pub driverDevice: MIDIDeviceRef,
pub errorCode: OSStatus,
}
Fields§
§messageID: MIDINotificationMessageID
§messageSize: UInt32
§driverDevice: MIDIDeviceRef
§errorCode: OSStatus
Trait Implementations§
Source§impl Clone for MIDIIOErrorNotification
impl Clone for MIDIIOErrorNotification
Source§fn clone(&self) -> MIDIIOErrorNotification
fn clone(&self) -> MIDIIOErrorNotification
Returns a copy 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 MIDIIOErrorNotification
impl Debug for MIDIIOErrorNotification
impl Copy for MIDIIOErrorNotification
Auto Trait Implementations§
impl Freeze for MIDIIOErrorNotification
impl RefUnwindSafe for MIDIIOErrorNotification
impl Send for MIDIIOErrorNotification
impl Sync for MIDIIOErrorNotification
impl Unpin for MIDIIOErrorNotification
impl UnwindSafe for MIDIIOErrorNotification
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