pub struct Spawner<'a, C: NativeClass, A = Varargs<'a>> { /* private fields */ }
Expand description
A helper structure for working around naming future types. See Spawner::spawn
.
Implementations§
Auto Trait Implementations§
impl<'a, C, A> Freeze for Spawner<'a, C, A>
impl<'a, C, A = Varargs<'a>> !RefUnwindSafe for Spawner<'a, C, A>
impl<'a, C, A = Varargs<'a>> !Send for Spawner<'a, C, A>
impl<'a, C, A = Varargs<'a>> !Sync for Spawner<'a, C, A>
impl<'a, C, A> Unpin for Spawner<'a, C, A>
impl<'a, C, A = Varargs<'a>> !UnwindSafe for Spawner<'a, C, A>
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