Expand description
Stable version of core::ptr::Alignment, with some extra stuff.
Structs§
- Alignment
usize
that’s guaranteed to be a power of two (excluding zero).- Doubled
Len usize
that’s guaranteed to be a power of two or zero.- TryFrom
Size Error - Error when converting from a
usize
orNonZeroUsize
to anAlignment
orDoubledLen
. - Zero
LenError - Error when converting from a
DoubledLen
toNonZeroUsize
orAlignment
.