#[repr(C)]pub enum NyxReturnValue {
Normal = 0,
Crash = 1,
Asan = 2,
Timeout = 3,
InvalidWriteToPayload = 4,
Error = 5,
IoError = 6,
Abort = 7,
}Variants§
Normal = 0
Crash = 1
Asan = 2
Timeout = 3
InvalidWriteToPayload = 4
Error = 5
IoError = 6
Abort = 7
Trait Implementations§
Source§impl Debug for NyxReturnValue
impl Debug for NyxReturnValue
Auto Trait Implementations§
impl Freeze for NyxReturnValue
impl RefUnwindSafe for NyxReturnValue
impl Send for NyxReturnValue
impl Sync for NyxReturnValue
impl Unpin for NyxReturnValue
impl UnwindSafe for NyxReturnValue
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