#[repr(u32)]pub enum GdbSignal {
BadAccess = 145,
BadInstruction = 146,
Arithmetic = 147,
Emulation = 148,
Software = 149,
Breakpoint = 150,
}
Variants§
BadAccess = 145
BadInstruction = 146
Arithmetic = 147
Emulation = 148
Software = 149
Breakpoint = 150
Trait Implementations§
Source§impl PartialOrd for GdbSignal
impl PartialOrd for GdbSignal
impl Copy for GdbSignal
impl Eq for GdbSignal
impl StructuralPartialEq for GdbSignal
Auto Trait Implementations§
impl Freeze for GdbSignal
impl RefUnwindSafe for GdbSignal
impl Send for GdbSignal
impl Sync for GdbSignal
impl Unpin for GdbSignal
impl UnwindSafe for GdbSignal
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