pub enum seL4_Fault_Splayed {
NullFault(seL4_Fault_NullFault),
CapFault(seL4_Fault_CapFault),
UnknownSyscall(seL4_Fault_UnknownSyscall),
UserException(seL4_Fault_UserException),
Timeout(seL4_Fault_Timeout),
VMFault(seL4_Fault_VMFault),
VGICMaintenance(seL4_Fault_VGICMaintenance),
VCPUFault(seL4_Fault_VCPUFault),
VPPIEvent(seL4_Fault_VPPIEvent),
}
Variants§
NullFault(seL4_Fault_NullFault)
CapFault(seL4_Fault_CapFault)
UnknownSyscall(seL4_Fault_UnknownSyscall)
UserException(seL4_Fault_UserException)
Timeout(seL4_Fault_Timeout)
VMFault(seL4_Fault_VMFault)
VGICMaintenance(seL4_Fault_VGICMaintenance)
VCPUFault(seL4_Fault_VCPUFault)
VPPIEvent(seL4_Fault_VPPIEvent)
Implementations§
Source§impl seL4_Fault_Splayed
impl seL4_Fault_Splayed
pub fn unsplay(self) -> seL4_Fault
Trait Implementations§
Source§impl Clone for seL4_Fault_Splayed
impl Clone for seL4_Fault_Splayed
Source§fn clone(&self) -> seL4_Fault_Splayed
fn clone(&self) -> seL4_Fault_Splayed
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for seL4_Fault_Splayed
impl Debug for seL4_Fault_Splayed
Source§impl PartialEq for seL4_Fault_Splayed
impl PartialEq for seL4_Fault_Splayed
impl Eq for seL4_Fault_Splayed
impl StructuralPartialEq for seL4_Fault_Splayed
Auto Trait Implementations§
impl Freeze for seL4_Fault_Splayed
impl RefUnwindSafe for seL4_Fault_Splayed
impl Send for seL4_Fault_Splayed
impl Sync for seL4_Fault_Splayed
impl Unpin for seL4_Fault_Splayed
impl UnwindSafe for seL4_Fault_Splayed
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)