pub enum L3View {
Entry(Pdpte),
Leaf1G(Pdpte1G),
}Expand description
Borrowed view into an L3 PDPTE.
Returned by PdptEntry::view.
Variants§
Auto Trait Implementations§
impl Freeze for L3View
impl RefUnwindSafe for L3View
impl Send for L3View
impl Sync for L3View
impl Unpin for L3View
impl UnwindSafe for L3View
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