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 = 3usize
const TABLE_SIZE: usize = 4_096usize
const TABLE_ALIGN: usize = 4_096usize
const NUM_ENTRIES: usize = 512usize
Auto Trait Implementations§
impl Freeze for L3Table
impl RefUnwindSafe for L3Table
impl Send for L3Table
impl Sync for L3Table
impl Unpin 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