pub struct CudaFuture<T> { /* private fields */ }Trait Implementations§
Source§impl<T: Debug> Debug for CudaFuture<T>
impl<T: Debug> Debug for CudaFuture<T>
Source§impl<T> Future for CudaFuture<T>
impl<T> Future for CudaFuture<T>
impl<T> Unpin for CudaFuture<T>
Auto Trait Implementations§
impl<T> Freeze for CudaFuture<T>where
T: Freeze,
impl<T> RefUnwindSafe for CudaFuture<T>where
T: RefUnwindSafe,
impl<T> Send for CudaFuture<T>where
T: Send,
impl<T> Sync for CudaFuture<T>where
T: Sync,
impl<T> UnsafeUnpin for CudaFuture<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for CudaFuture<T>where
T: UnwindSafe,
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
Source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more