Struct ctru_sys::ERRF_FatalErrInfo
source · #[repr(C)]pub struct ERRF_FatalErrInfo {
pub type_: ERRF_ErrType,
pub revHigh: u8_,
pub revLow: u16_,
pub resCode: u32_,
pub pcAddr: u32_,
pub procId: u32_,
pub titleId: u64_,
pub appTitleId: u64_,
pub data: ERRF_FatalErrInfo__bindgen_ty_1,
}
Fields§
§type_: ERRF_ErrType
< Type, one of the ERRF_ERRTYPE_* enum
revHigh: u8_
< High revison ID
revLow: u16_
< Low revision ID
resCode: u32_
< Result code
pcAddr: u32_
< PC address at exception
procId: u32_
< Process ID of the caller
titleId: u64_
< Title ID of the caller
appTitleId: u64_
< Title ID of the running application
data: ERRF_FatalErrInfo__bindgen_ty_1
< The different types of data for errors.
Trait Implementations§
source§impl Clone for ERRF_FatalErrInfo
impl Clone for ERRF_FatalErrInfo
source§fn clone(&self) -> ERRF_FatalErrInfo
fn clone(&self) -> ERRF_FatalErrInfo
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