1 2 3 4 5
/// Use a `repr(C)` packing rule. pub struct C; /// Use a `repr(packed)` packing rule. pub struct Packed;