Fix alignment of MIDIPacket and MIDIPacketList
Closed this issue · 0 comments
Boddlnagg commented
In the original headers, they are packed using #pragma pack(4)
.
They should be marked with #[repr(pack(4))]
in Rust, but this is not yet implemented (see rust-lang/rust#33158).