Struct coremidi_sys::MIDIObjectAddRemoveNotification [−][src]
#[repr(C)]pub struct MIDIObjectAddRemoveNotification {
pub messageID: MIDINotificationMessageID,
pub messageSize: UInt32,
pub parent: MIDIObjectRef,
pub parentType: MIDIObjectType,
pub child: MIDIObjectRef,
pub childType: MIDIObjectType,
}
Fields
messageID: MIDINotificationMessageID
messageSize: UInt32
parent: MIDIObjectRef
parentType: MIDIObjectType
child: MIDIObjectRef
childType: MIDIObjectType
Trait Implementations
Auto Trait Implementations
impl Send for MIDIObjectAddRemoveNotification
impl Sync for MIDIObjectAddRemoveNotification
impl Unpin for MIDIObjectAddRemoveNotification
Blanket Implementations
Mutably borrows from an owned value. Read more