Struct ctru_sys::ERRF_ExceptionData
source · #[repr(C)]pub struct ERRF_ExceptionData {
pub excep: ERRF_ExceptionInfo,
pub regs: CpuRegisters,
}
Fields§
§excep: ERRF_ExceptionInfo
< Exception info struct
regs: CpuRegisters
< CPU register dump.
Trait Implementations§
source§impl Clone for ERRF_ExceptionData
impl Clone for ERRF_ExceptionData
source§fn clone(&self) -> ERRF_ExceptionData
fn clone(&self) -> ERRF_ExceptionData
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