Expand description
Simply increase the alignment of any statics or include_bytes!.
Macros§
- Returns a static reference of the expression
$ewith requested alignment. - Includes bytes with given alignment.
- Transmutes the included bytes.
Structs§
- Align to 4KiB.
- Align to 16 bytes.
- Align to 32 bytes.
- Align to 64 bytes.
- Align to 128 bytes.
- Align to 256 bytes.
- Align to 512 bytes.
- Helper which enforces that its given
Tis aligned to at least the requested alignment ofA.