#[repr(transparent)]pub struct L1Index(u16);Expand description
Index into the Page Table (derived from VA bits [20:12]).
Strongly typed to avoid mixing with other levels. Range is 0..512
(checked in debug builds).
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
Source§impl Ord for L1Index
 
impl Ord for L1Index
Source§impl PartialOrd for L1Index
 
impl PartialOrd for L1Index
impl Copy for L1Index
impl Eq for L1Index
impl StructuralPartialEq for L1Index
Auto Trait Implementations§
impl Freeze for L1Index
impl RefUnwindSafe for L1Index
impl Send for L1Index
impl Sync for L1Index
impl Unpin for L1Index
impl UnwindSafe for L1Index
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