Struct ctru_sys::FaultExceptionEvent
source · #[repr(C)]pub struct FaultExceptionEvent {
pub fault_information: u32_,
}
Expand description
Event relating to fault exceptions (CPU exceptions other than stop points and undefined syscalls).
Fields§
§fault_information: u32_
< FAR (for DATA ABORT / UNALIGNED DATA ACCESS), attempted syscall or 0
Trait Implementations§
source§impl Clone for FaultExceptionEvent
impl Clone for FaultExceptionEvent
source§fn clone(&self) -> FaultExceptionEvent
fn clone(&self) -> FaultExceptionEvent
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 moresource§impl Debug for FaultExceptionEvent
impl Debug for FaultExceptionEvent
source§impl Default for FaultExceptionEvent
impl Default for FaultExceptionEvent
source§fn default() -> FaultExceptionEvent
fn default() -> FaultExceptionEvent
Returns the “default value” for a type. Read more