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