pub struct LargePage(/* private fields */);
Expand description
A type wrapping a large page with a 4 MiB buffer.
Auto Trait Implementations§
impl Freeze for LargePage
impl RefUnwindSafe for LargePage
impl Send for LargePage
impl Sync for LargePage
impl Unpin for LargePage
impl UnwindSafe for LargePage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more