Struct coremidi_sys::MIDIIOErrorNotification [−][src]
#[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
Auto Trait Implementations
impl RefUnwindSafe for MIDIIOErrorNotification
impl Send for MIDIIOErrorNotification
impl Sync for MIDIIOErrorNotification
impl Unpin for MIDIIOErrorNotification
impl UnwindSafe for MIDIIOErrorNotification
Blanket Implementations
Mutably borrows from an owned value. Read more