Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#[repr(packed)]
pub struct P1S5 {
a: u8,
b: u32
}
#[repr(packed(2))]
pub struct P2S6 {
b: u32,
c: u8
#[repr(C, packed(2))]
pub struct P2CS8 {