#[repr(C)]
pub union ExceptionEvent__bindgen_ty_1 {
pub fault: FaultExceptionEvent,
pub stop_point: StopPointExceptionEvent,
pub user_break: UserBreakExceptionEvent,
pub debugger_break: DebuggerBreakExceptionEvent,
}
Fields§
§fault: FaultExceptionEvent
< Fault exception event data.
stop_point: StopPointExceptionEvent
< Stop point exception event data.
user_break: UserBreakExceptionEvent
< User break exception event data.
debugger_break: DebuggerBreakExceptionEvent
< Debugger break exception event data
Trait Implementations§
source§impl Clone for ExceptionEvent__bindgen_ty_1
impl Clone for ExceptionEvent__bindgen_ty_1
source§fn clone(&self) -> ExceptionEvent__bindgen_ty_1
fn clone(&self) -> ExceptionEvent__bindgen_ty_1
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more