pub enum FaultKind {
Missing,
}Expand description
The kind of fault for a page fault event.
Variants§
Missing
The fault was a read or write on a missing page.
Trait Implementations§
impl Copy for FaultKind
impl StructuralPartialEq for FaultKind
Auto Trait Implementations§
impl Freeze for FaultKind
impl RefUnwindSafe for FaultKind
impl Send for FaultKind
impl Sync for FaultKind
impl Unpin for FaultKind
impl UnwindSafe for FaultKind
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