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