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