#[repr(transparent)]pub struct L2Index(u16);Expand description
Index into the Page Directory (derived from VA bits [29:21]).
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 L2Index
 
impl Ord for L2Index
Source§impl PartialOrd for L2Index
 
impl PartialOrd for L2Index
impl Copy for L2Index
impl Eq for L2Index
impl StructuralPartialEq for L2Index
Auto Trait Implementations§
impl Freeze for L2Index
impl RefUnwindSafe for L2Index
impl Send for L2Index
impl Sync for L2Index
impl Unpin for L2Index
impl UnwindSafe for L2Index
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