#[repr(C)]pub struct TrapContext { pub x: [usize; 32], pub sstatus: Sstatus, pub sepc: usize, }
Trap Context
x: [usize; 32]
general regs[0..31]
sstatus: Sstatus
CSR sstatus
sepc: usize
CSR sepc
set stack pointer to x_2 reg (sp)
init app context
Gets the TypeId of self. Read more
TypeId
self
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Performs the conversion.
The type returned in the event of a conversion error.