Struct open_coroutine_core::pool::task::Task
source · #[repr(C)]pub struct Task<'t> { /* private fields */ }
Expand description
Note: the param and the result is raw pointer.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'t> !RefUnwindSafe for Task<'t>
impl<'t> !Send for Task<'t>
impl<'t> !Sync for Task<'t>
impl<'t> Unpin for Task<'t>
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