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