Skip to main content

Module repr_packed

Module repr_packed 

Source
Expand description

Checks that #[repr(packed)] is not used without C — it should be #[repr(C, packed)].

Structs§

ReprPacked