#[repr(u32)]pub enum Error {
InvalidArgument = 1,
InvalidCapability = 2,
IllegalOperation = 3,
RangeError = 4,
AlignmentError = 5,
FailedLookup = 6,
TruncatedMessage = 7,
DeleteFirst = 8,
RevokeFirst = 9,
NotEnoughMemory = 10,
}
Expand description
Corresponds to seL4_Error
.
Variants§
InvalidArgument = 1
InvalidCapability = 2
IllegalOperation = 3
RangeError = 4
AlignmentError = 5
FailedLookup = 6
TruncatedMessage = 7
DeleteFirst = 8
RevokeFirst = 9
NotEnoughMemory = 10
Implementations§
Trait Implementations§
impl Copy for Error
impl Eq for Error
impl StructuralPartialEq for Error
Auto Trait Implementations§
impl Freeze for Error
impl RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl UnwindSafe for Error
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
)