#[repr(u32)]pub enum TRD104SyscallReturnVariant {
Failure = 0,
FailureU32 = 1,
FailureU32U32 = 2,
FailureU64 = 3,
Success = 128,
SuccessU32 = 129,
SuccessU32U32 = 130,
SuccessU64 = 131,
SuccessU32U32U32 = 132,
SuccessU32U64 = 133,
}
Expand description
Enumeration of the system call return type variant identifiers described in TRD104.
Each variant is associated with the respective variant identifier that would be passed along with the return value to userspace.
Variants§
Failure = 0
FailureU32 = 1
FailureU32U32 = 2
FailureU64 = 3
Success = 128
SuccessU32 = 129
SuccessU32U32 = 130
SuccessU64 = 131
SuccessU32U32U32 = 132
SuccessU32U64 = 133
Trait Implementations§
source§impl Clone for TRD104SyscallReturnVariant
impl Clone for TRD104SyscallReturnVariant
source§fn clone(&self) -> TRD104SyscallReturnVariant
fn clone(&self) -> TRD104SyscallReturnVariant
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TRD104SyscallReturnVariant
impl Debug for TRD104SyscallReturnVariant
impl Copy for TRD104SyscallReturnVariant
Auto Trait Implementations§
impl Freeze for TRD104SyscallReturnVariant
impl RefUnwindSafe for TRD104SyscallReturnVariant
impl Send for TRD104SyscallReturnVariant
impl Sync for TRD104SyscallReturnVariant
impl Unpin for TRD104SyscallReturnVariant
impl UnwindSafe for TRD104SyscallReturnVariant
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§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
)