Trait axtask::TaskExtMut
source · pub trait TaskExtMut<T: Sized> {
// Required method
fn task_ext_mut(&mut self) -> &mut T;
}
Available on crate feature
multitask
only.Expand description
A trait to convert TaskInner::task_ext_ptr
to the mutable reference of
the concrete type.
Required Methods§
sourcefn task_ext_mut(&mut self) -> &mut T
fn task_ext_mut(&mut self) -> &mut T
Get a mutable reference to the task extended data.