pub type MIDIEVENT = midievent_tag;Aliased Type§
#[repr(C, packed(1))]pub struct MIDIEVENT {
pub dwDeltaTime: u64,
pub dwStreamID: u64,
pub dwEvent: u64,
pub dwParms: [u64; 1],
}Fields§
§dwDeltaTime: u64§dwStreamID: u64§dwEvent: u64§dwParms: [u64; 1]