pub struct PageTable<Meta: VmMeta> { /* private fields */ }
Expand description

页表。

不持有页表的所有权,因为页表总是在一些物理页帧上。

Implementations

从指向第一个页表项的指针创建页表。

Safety

from_raw_parts_mut.

获取指向第一个页表项的指针。

获取页表级别。

获取页表容纳的虚页号范围。

Trait Implementations

The returned type after indexing.

Performs the indexing (container[index]) operation. Read more

Performs the mutable indexing (container[index]) operation. Read more

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.