typelayout/
packing.rs

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