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