Struct coremidi_sys::MIDIEventPacket [−][src]
#[repr(C, packed(4))]pub struct MIDIEventPacket {
pub timeStamp: MIDITimeStamp,
pub wordCount: UInt32,
pub words: [UInt32; 64],
}
Fields
timeStamp: MIDITimeStamp
wordCount: UInt32
words: [UInt32; 64]