pub struct WalkInfo<P: GenericPTE> {
pub level: usize,
pub vaddr: *const u8,
pub pte: PTEConfig,
pub entry: P,
}
Fields§
§level: usize
§vaddr: *const u8
§pte: PTEConfig
§entry: P
Auto Trait Implementations§
impl<P> Freeze for WalkInfo<P>where
P: Freeze,
impl<P> RefUnwindSafe for WalkInfo<P>where
P: RefUnwindSafe,
impl<P> !Send for WalkInfo<P>
impl<P> !Sync for WalkInfo<P>
impl<P> Unpin for WalkInfo<P>where
P: Unpin,
impl<P> UnwindSafe for WalkInfo<P>where
P: UnwindSafe,
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