pub struct MayNotMoveTable {}Expand description
A marker struct, used by an implementation of TableOps to
indicate that it will be able to update existing page tables
in-place, without moving them.
Auto Trait Implementations§
impl Freeze for MayNotMoveTable
impl RefUnwindSafe for MayNotMoveTable
impl Send for MayNotMoveTable
impl Sync for MayNotMoveTable
impl Unpin for MayNotMoveTable
impl UnsafeUnpin for MayNotMoveTable
impl UnwindSafe for MayNotMoveTable
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