Function kernel::init::uninit

source ·
pub fn uninit<T, E>() -> impl Init<MaybeUninit<T>, E>
Expand description

An initializer that leaves the memory uninitialized.

The initializer is a no-op. The slot memory is not changed.

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.