#[repr(C)]pub struct Riscv32iStoredState { /* private fields */ }
Expand description
This holds all of the state that the kernel must keep for the process when the process is not executing.
Trait Implementations§
Source§impl Default for Riscv32iStoredState
impl Default for Riscv32iStoredState
Source§fn default() -> Riscv32iStoredState
fn default() -> Riscv32iStoredState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Riscv32iStoredState
impl RefUnwindSafe for Riscv32iStoredState
impl Send for Riscv32iStoredState
impl Sync for Riscv32iStoredState
impl Unpin for Riscv32iStoredState
impl UnwindSafe for Riscv32iStoredState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more