Struct random_crash::CRASH_EXIT_CODE
source · pub struct CRASH_EXIT_CODE { /* private fields */ }
Expand description
The process exit code set for random crash.
Trait Implementations§
source§impl Deref for CRASH_EXIT_CODE
impl Deref for CRASH_EXIT_CODE
impl LazyStatic for CRASH_EXIT_CODE
Auto Trait Implementations§
impl RefUnwindSafe for CRASH_EXIT_CODE
impl Send for CRASH_EXIT_CODE
impl Sync for CRASH_EXIT_CODE
impl Unpin for CRASH_EXIT_CODE
impl UnwindSafe for CRASH_EXIT_CODE
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