pub enum PxeKind {
Pml4e,
Pdpte,
Pde,
Pte,
}Expand description
Identifies which page table entry level.
Variants§
Trait Implementations§
impl Copy for PxeKind
impl Eq for PxeKind
impl StructuralPartialEq for PxeKind
Auto Trait Implementations§
impl Freeze for PxeKind
impl RefUnwindSafe for PxeKind
impl Send for PxeKind
impl Sync for PxeKind
impl Unpin for PxeKind
impl UnwindSafe for PxeKind
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