RootPage

Type Alias RootPage 

Source
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>