#[repr(C)]pub struct ExceptionEvent {
pub type_: ExceptionEventType,
pub address: u32_,
pub __bindgen_anon_1: ExceptionEvent__bindgen_ty_1,
}Expand description
Event relating to exceptions.
Fields§
§type_: ExceptionEventType< Type of event. See ExceptionEventType.
address: u32_< Address of the exception.
__bindgen_anon_1: ExceptionEvent__bindgen_ty_1Trait Implementations§
Source§impl Clone for ExceptionEvent
impl Clone for ExceptionEvent
Source§fn clone(&self) -> ExceptionEvent
fn clone(&self) -> ExceptionEvent
Returns a duplicate 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 moreSource§impl Default for ExceptionEvent
impl Default for ExceptionEvent
impl Copy for ExceptionEvent
Auto Trait Implementations§
impl Freeze for ExceptionEvent
impl RefUnwindSafe for ExceptionEvent
impl Send for ExceptionEvent
impl Sync for ExceptionEvent
impl Unpin for ExceptionEvent
impl UnwindSafe for ExceptionEvent
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)