pub struct AxTaskHandle { /* private fields */ }Expand description
A handle to a task.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for AxTaskHandle
impl !UnwindSafe for AxTaskHandle
impl Freeze for AxTaskHandle
impl Send for AxTaskHandle
impl Sync for AxTaskHandle
impl Unpin for AxTaskHandle
impl UnsafeUnpin 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