Struct cortexm::syscall::CortexMStoredState
source · pub struct CortexMStoredState { /* 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 CortexMStoredState
impl Default for CortexMStoredState
source§fn default() -> CortexMStoredState
fn default() -> CortexMStoredState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CortexMStoredState
impl RefUnwindSafe for CortexMStoredState
impl Send for CortexMStoredState
impl Sync for CortexMStoredState
impl Unpin for CortexMStoredState
impl UnwindSafe for CortexMStoredState
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