pub struct HugePage(/* private fields */);
Expand description
A type wrapping a huge page with a 1 GiB buffer.
Auto Trait Implementations§
impl Freeze for HugePage
impl RefUnwindSafe for HugePage
impl Send for HugePage
impl Sync for HugePage
impl Unpin for HugePage
impl UnwindSafe for HugePage
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