pub enum PageObj {
Slab,
}Expand description
Associated object with VmPage.
Variants§
Slab
Auto Trait Implementations§
impl Freeze for PageObj
impl RefUnwindSafe for PageObj
impl Send for PageObj
impl Sync for PageObj
impl Unpin for PageObj
impl UnsafeUnpin for PageObj
impl UnwindSafe for PageObj
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