Expand description
Aligned memory
Structs§
- Aligned
Memory - Provides u8 slices at a specified alignment
Traits§
- Pod
- Scalar types, aka “plain old data”
Functions§
- is_
memory_ aligned - Returns true if
ptr
is aligned toalign
.
Aligned memory
ptr
is aligned to align
.