pub enum Update<Meta: VmMeta> {
    Target(Pos<Meta>),
    Pte(Pte<Meta>, VPN<Meta>),
}
Expand description

遍历中断时的更新方案。

Variants

Target(Pos<Meta>)

修改目标。

Pte(Pte<Meta>, VPN<Meta>)

新建中间页表。

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.