Struct ctru_sys::ExceptionEvent
source · #[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_1
Trait Implementations§
source§impl Clone for ExceptionEvent
impl Clone for ExceptionEvent
source§fn clone(&self) -> ExceptionEvent
fn clone(&self) -> ExceptionEvent
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