pub struct PTEInfo<P: PTEGeneric> {
pub level: usize,
pub vaddr: VirtAddr,
pub pte: P,
}
Fields§
§level: usize
§vaddr: VirtAddr
§pte: P
Trait Implementations§
impl<P: Copy + PTEGeneric> Copy for PTEInfo<P>
Auto Trait Implementations§
impl<P> Freeze for PTEInfo<P>where
P: Freeze,
impl<P> RefUnwindSafe for PTEInfo<P>where
P: RefUnwindSafe,
impl<P> Send for PTEInfo<P>
impl<P> Sync for PTEInfo<P>
impl<P> Unpin for PTEInfo<P>where
P: Unpin,
impl<P> UnwindSafe for PTEInfo<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