#[repr(C, packed(4))]pub struct MIDIPacket {
pub timeStamp: MIDITimeStamp,
pub length: UInt16,
pub data: [Byte; 256],
}Fields§
§timeStamp: MIDITimeStamp§length: UInt16§data: [Byte; 256]Auto Trait Implementations§
impl Freeze for MIDIPacket
impl RefUnwindSafe for MIDIPacket
impl Send for MIDIPacket
impl Sync for MIDIPacket
impl Unpin for MIDIPacket
impl UnsafeUnpin for MIDIPacket
impl UnwindSafe for MIDIPacket
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