pub enum GpuStream {
Cuda(CudaStream),
Hip(HipStream),
}Variants§
Cuda(CudaStream)
Hip(HipStream)
Implementations§
Auto Trait Implementations§
impl Freeze for GpuStream
impl RefUnwindSafe for GpuStream
impl !Send for GpuStream
impl !Sync for GpuStream
impl Unpin for GpuStream
impl UnwindSafe for GpuStream
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