pub enum L3Table {}Expand description
The Level 3 Table (Doesn’t have Subtable!)
Trait Implementations§
Source§impl Level for L3Table
impl Level for L3Table
const THIS_LEVEL: usize = 3
const TABLE_SIZE: usize = PAGE_SIZE
const TABLE_ALIGN: usize = PAGE_SIZE
const NUM_ENTRIES: usize
Auto Trait Implementations§
impl Freeze for L3Table
impl RefUnwindSafe for L3Table
impl Send for L3Table
impl Sync for L3Table
impl Unpin for L3Table
impl UnsafeUnpin for L3Table
impl UnwindSafe for L3Table
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more