Struct coremidi_sys::MIDIPacket [−][src]
#[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]