pub struct MayMoveTable {}Expand description
A marker struct, used by an implementation of TableOps to
indicate that it may need to move existing page tables
Auto Trait Implementations§
impl Freeze for MayMoveTable
impl RefUnwindSafe for MayMoveTable
impl Send for MayMoveTable
impl Sync for MayMoveTable
impl Unpin for MayMoveTable
impl UnsafeUnpin for MayMoveTable
impl UnwindSafe for MayMoveTable
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