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