pub type RootPage = PhysicalPage<Size4K>;Expand description
The PML4 root page for an AddressSpace.
Aliased Type§
#[repr(transparent)]pub struct RootPage(MemoryPage<Size4K>);Tuple Fields§
§0: MemoryPage<Size4K>pub type RootPage = PhysicalPage<Size4K>;The PML4 root page for an AddressSpace.
#[repr(transparent)]pub struct RootPage(MemoryPage<Size4K>);0: MemoryPage<Size4K>