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