Enum crash_handler::Signal
source · #[repr(i32)]
pub enum Signal {
Abort,
Bus,
Fpe,
Illegal,
Segv,
Trap,
}Expand description
The signals that we support catching and raising
Variants
Abort
Bus
Fpe
Illegal
Segv
Trap
Implementations
Trait Implementations
impl Copy for Signal
impl Eq for Signal
impl StructuralEq for Signal
impl StructuralPartialEq for Signal
Auto Trait Implementations
impl RefUnwindSafe for Signal
impl Send for Signal
impl Sync for Signal
impl Unpin for Signal
impl UnwindSafe for Signal
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more