Expand description
Type-level encoding of enum Alignment { Aligned, Unaligned }
Structs§
- Aligned
- A marker type representing that a
FieldOffsetis for an aligned field. - Unaligned
- A marker type representing that a
FieldOffsetis for a (potentially) unaligned field.
Traits§
- Alignment
- Marker trait for types that represents the alignment of a
FieldOffset. - Combine
Alignment - Trait that combines two
Alignmenttypes, determines the return type ofFieldOffset + FieldOffset.
Type Aliases§
- Combine
Alignment Out - Combines two
Alignmenttypes, determines the return type ofFieldOffset + FieldOffset.