#[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§
Source§impl Clone for MIDIObjectAddRemoveNotification
impl Clone for MIDIObjectAddRemoveNotification
Source§fn clone(&self) -> MIDIObjectAddRemoveNotification
fn clone(&self) -> MIDIObjectAddRemoveNotification
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 moreimpl Copy for MIDIObjectAddRemoveNotification
Auto Trait Implementations§
impl Freeze for MIDIObjectAddRemoveNotification
impl RefUnwindSafe for MIDIObjectAddRemoveNotification
impl Send for MIDIObjectAddRemoveNotification
impl Sync for MIDIObjectAddRemoveNotification
impl Unpin for MIDIObjectAddRemoveNotification
impl UnwindSafe for MIDIObjectAddRemoveNotification
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