Expand description
Types used for examples,
These are in the docs purely so that documentation examples only use types that are documented.
You can only use items from this module when the “for_examples” feature is enabled.
Structs§
- Repr
Align4 - An example
#[repr(C, align(4))]
type - ReprC
- An example
#[repr(C)]
type - ReprC
NoGFO - An example
#[repr(C)]
type which doesn’t implementGetFieldOffset
- Repr
Packed - An example
#[repr(C, packed)]
type - Repr
Packed2 - An example
#[repr(C, packed(2))]
type.