Expand description
Simply increase the alignment of any statics or include_bytes!
.
Macros§
- Returns a static reference of the expression
$e
with 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
T
is aligned to at least the requested alignment ofA
.