#[repr(transparent)]pub struct L3Index(u16);Expand description
Index into the PDPT (derived from virtual-address bits [38:30]).
This strongly-typed index avoids mixing levels and constrains the range
to 0..512 (checked in debug builds).
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
Source§impl Ord for L3Index
 
impl Ord for L3Index
Source§impl PartialOrd for L3Index
 
impl PartialOrd for L3Index
impl Copy for L3Index
impl Eq for L3Index
impl StructuralPartialEq for L3Index
Auto Trait Implementations§
impl Freeze for L3Index
impl RefUnwindSafe for L3Index
impl Send for L3Index
impl Sync for L3Index
impl Unpin for L3Index
impl UnwindSafe for L3Index
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