pub struct CudaStream { /* private fields */ }Expand description
CUDA ストリーム
非同期 GPU 操作のキューイングに使用する
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CudaStream
impl RefUnwindSafe for CudaStream
impl !Sync for CudaStream
impl Unpin for CudaStream
impl UnsafeUnpin for CudaStream
impl UnwindSafe for CudaStream
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