pub enum L2View {
    Entry(Pde),
    Leaf2M(Pde2M),
}Expand description
Borrowed view into an L2 PDE.
Returned by PdEntry::view.
Variants§
Auto Trait Implementations§
impl Freeze for L2View
impl RefUnwindSafe for L2View
impl Send for L2View
impl Sync for L2View
impl Unpin for L2View
impl UnwindSafe for L2View
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