pub enum PxeNotPresent {
Pml4e,
Pdpte,
Pde,
Pte,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PxeNotPresent
impl RefUnwindSafe for PxeNotPresent
impl Send for PxeNotPresent
impl Sync for PxeNotPresent
impl Unpin for PxeNotPresent
impl UnwindSafe for PxeNotPresent
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