Home
last modified time | relevance | path

Searched defs:MaybeUninit (Results 1 – 1 of 1) sorted by relevance

/bootable/libbootloader/gbl/libstorage/src/
Dlib.rs498 impl SliceMaybeUninit for [MaybeUninit<u8>] { implementation
520 unsafe { core::slice::from_raw_parts(buf.as_ptr() as *const MaybeUninit<u8>, buf.len()) } in as_uninit() constant