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