Struct arceos_api::task::AxTaskHandle
source · pub struct AxTaskHandle { /* private fields */ }
Available on crate feature
multitask
only.Expand description
A handle to a task.
Implementations§
Auto Trait Implementations§
impl Freeze for AxTaskHandle
impl !RefUnwindSafe for AxTaskHandle
impl Send for AxTaskHandle
impl Sync for AxTaskHandle
impl Unpin for AxTaskHandle
impl !UnwindSafe for AxTaskHandle
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