pub type PageTable = X64PageTable<PagingIfImpl>;
Available on crate feature
paging
only.Expand description
The architecture-specific page table.
Aliased Type§
struct PageTable { /* private fields */ }
pub type PageTable = X64PageTable<PagingIfImpl>;
paging
only.The architecture-specific page table.
struct PageTable { /* private fields */ }