#[repr(C, packed(4))]pub struct MIDIEventPacket {
pub timeStamp: MIDITimeStamp,
pub wordCount: UInt32,
pub words: [UInt32; 64],
}Fields§
§timeStamp: MIDITimeStamp§wordCount: UInt32§words: [UInt32; 64]Auto Trait Implementations§
impl Freeze for MIDIEventPacket
impl RefUnwindSafe for MIDIEventPacket
impl Send for MIDIEventPacket
impl Sync for MIDIEventPacket
impl Unpin for MIDIEventPacket
impl UnsafeUnpin for MIDIEventPacket
impl UnwindSafe for MIDIEventPacket
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