Expand description
Holds the Align primitive.
Structs§
- Align
- Represents a zero-sized type that has
ALIGNas its alignment. By embedding it into a struct we can enforce a different alignment based onconst ALIGN: usizegeneric parameter.
Traits§
- Alignment
- A helper trait to put for constrainting generic
ALIGNparameter.