Struct page_table::Pte
source · [−]Expand description
页表项。
Tuple Fields
0: usizeImplementations
Trait Implementations
sourceimpl<Meta: PartialEq + VmMeta> PartialEq<Pte<Meta>> for Pte<Meta>
impl<Meta: PartialEq + VmMeta> PartialEq<Pte<Meta>> for Pte<Meta>
impl<Meta: Copy + VmMeta> Copy for Pte<Meta>
impl<Meta: Eq + VmMeta> Eq for Pte<Meta>
impl<Meta: VmMeta> StructuralEq for Pte<Meta>
impl<Meta: VmMeta> StructuralPartialEq for Pte<Meta>
Auto Trait Implementations
impl<Meta> RefUnwindSafe for Pte<Meta> where
Meta: RefUnwindSafe,
impl<Meta> Send for Pte<Meta> where
Meta: Send,
impl<Meta> Sync for Pte<Meta> where
Meta: Sync,
impl<Meta> Unpin for Pte<Meta> where
Meta: Unpin,
impl<Meta> UnwindSafe for Pte<Meta> where
Meta: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more