#[repr(transparent)]pub struct CUstream(pub *mut c_void);Expand description
Opaque handle to a CUDA stream (command queue).
Tuple Fields§
§0: *mut c_voidImplementations§
Trait Implementations§
impl Copy for CUstream
impl Eq for CUstream
impl Send for CUstream
impl StructuralPartialEq for CUstream
impl Sync for CUstream
Auto Trait Implementations§
impl Freeze for CUstream
impl RefUnwindSafe for CUstream
impl Unpin for CUstream
impl UnsafeUnpin for CUstream
impl UnwindSafe for CUstream
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