Functions§
- inner_
u32 - Default implementation of
inner_u32
on top offill_uninit
- inner_
u64 - Default implementation of
inner_u64
on top offill_uninit
- ptr_
from_ 🔒mut - ptr_
from_ 🔒ref - slice_
as_ uninit - slice_
as_ ⚠uninit_ mut - View an mutable initialized array as potentially-uninitialized.
- slice_
assume_ ⚠init_ mut - Polyfill for
maybe_uninit_slice
feature’sMaybeUninit::slice_assume_init_mut
. Every element ofslice
must have been initialized. - truncate 🔒
- Truncates
u64
and returns the lower 32 bits asu32
- uninit_
slice_ fill_ zero