[−][src]Struct skyline::nn::os::UserExceptionInfo
Fields
ErrorDescription: u32
< See \ref ThreadExceptionDesc.
pad: [u32; 3]
CpuRegisters: [CpuRegister; 29]
< GPRs 0..28. Note: also contains AArch32 registers.
FP: CpuRegister
< Frame pointer.
LR: CpuRegister
< Link register.
SP: CpuRegister
< Stack pointer.
PC: CpuRegister
< Program counter (elr_el1).
padding: u64
FpuRegisters: [FpuRegister; 32]
< 32 general-purpose NEON registers.
PState: u32
< pstate & 0xFF0FFE20
AFSR0: u32
AFSR1: u32
ESR: u32
FAR: CpuRegister
< Fault Address Register.
Auto Trait Implementations
impl RefUnwindSafe for UserExceptionInfo
impl Send for UserExceptionInfo
impl Sync for UserExceptionInfo
impl Unpin for UserExceptionInfo
impl UnwindSafe for UserExceptionInfo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,