Struct coremidi_sys::MIDIEventList [−][src]
#[repr(C)]pub struct MIDIEventList {
pub protocol: MIDIProtocolID,
pub numPackets: UInt32,
pub packet: [MIDIEventPacket; 1],
}
Fields
protocol: MIDIProtocolID
numPackets: UInt32
packet: [MIDIEventPacket; 1]