Enum sel4_common::fault::LookupFaultType
source · pub enum LookupFaultType {
InvaildRoot,
MissingCap,
DepthMismatch,
GuardMismatch,
}
Variants§
Trait Implementations§
source§impl PartialEq<LookupFaultType> for LookupFaultType
impl PartialEq<LookupFaultType> for LookupFaultType
source§fn eq(&self, other: &LookupFaultType) -> bool
fn eq(&self, other: &LookupFaultType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for LookupFaultType
impl StructuralEq for LookupFaultType
impl StructuralPartialEq for LookupFaultType
Auto Trait Implementations§
impl RefUnwindSafe for LookupFaultType
impl Send for LookupFaultType
impl Sync for LookupFaultType
impl Unpin for LookupFaultType
impl UnwindSafe for LookupFaultType
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