pub enum Update<Meta: VmMeta> {
Target(Pos<Meta>),
Pte(Pte<Meta>, NonNull<Pte<Meta>>),
}
Expand description
遍历中断时的更新方案。
Variants§
Auto Trait Implementations§
impl<Meta> Freeze for Update<Meta>
impl<Meta> RefUnwindSafe for Update<Meta>where
Meta: RefUnwindSafe,
impl<Meta> !Send for Update<Meta>
impl<Meta> !Sync for Update<Meta>
impl<Meta> Unpin for Update<Meta>where
Meta: Unpin,
impl<Meta> UnwindSafe for Update<Meta>where
Meta: UnwindSafe + RefUnwindSafe,
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