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