Enum page_table::Update
source · [−]Expand description
遍历中断时的更新方案。
Variants
Target(Pos<Meta>)
修改目标。
Pte(Pte<Meta>, VPN<Meta>)
新建中间页表。
Auto Trait Implementations
impl<Meta> RefUnwindSafe for Update<Meta> where
Meta: RefUnwindSafe,
impl<Meta> Send for Update<Meta> where
Meta: Send,
impl<Meta> Sync for Update<Meta> where
Meta: Sync,
impl<Meta> Unpin for Update<Meta> where
Meta: Unpin,
impl<Meta> UnwindSafe for Update<Meta> where
Meta: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more