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