pub enum L2Table {}
Expand description
The Level 2 Table
Trait Implementations§
source§impl Level for L2Table
impl Level for L2Table
const THIS_LEVEL: usize = 2usize
const TABLE_SIZE: usize = 4_096usize
const TABLE_ALIGN: usize = 4_096usize
const NUM_ENTRIES: usize = 512usize
Auto Trait Implementations§
impl Freeze for L2Table
impl RefUnwindSafe for L2Table
impl Send for L2Table
impl Sync for L2Table
impl Unpin for L2Table
impl UnwindSafe for L2Table
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