Fields
ra: usize
sp: usize
s: [usize; 12]
Implementations
sourceimpl TaskContext
impl TaskContext
pub fn zero_init() -> Self
pub fn goto_trap_return(kstack_ptr: usize) -> Self
Auto Trait Implementations
impl RefUnwindSafe for TaskContext
impl Send for TaskContext
impl Sync for TaskContext
impl Unpin for TaskContext
impl UnwindSafe for TaskContext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more