#[repr(C)]pub struct MIDIPacketList {
pub numPackets: UInt32,
pub packet: [MIDIPacket; 1],
}Fields§
§numPackets: UInt32§packet: [MIDIPacket; 1]Auto Trait Implementations§
impl Freeze for MIDIPacketList
impl RefUnwindSafe for MIDIPacketList
impl Send for MIDIPacketList
impl Sync for MIDIPacketList
impl Unpin for MIDIPacketList
impl UnsafeUnpin for MIDIPacketList
impl UnwindSafe for MIDIPacketList
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