pub enum Laziness {
Lazy,
Prefault,
}
🔬This is a nightly-only experimental API. (
kernel_mmap_config
#24)Available on non-crate feature
use_std
only.Expand description
When to allocate physical memory for the mapping
Variants§
Lazy
🔬This is a nightly-only experimental API. (
kernel_mmap_config
#24)Prefault
🔬This is a nightly-only experimental API. (
kernel_mmap_config
#24)Auto Trait Implementations§
impl Freeze for Laziness
impl RefUnwindSafe for Laziness
impl Send for Laziness
impl Sync for Laziness
impl Unpin for Laziness
impl UnwindSafe for Laziness
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more