pub struct CudaEvent {
pub handle: u64,
}Expand description
CUDA event for cross-stream / host-side completion tracking.
Fields§
§handle: u64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CudaEvent
impl RefUnwindSafe for CudaEvent
impl Send for CudaEvent
impl Sync for CudaEvent
impl Unpin for CudaEvent
impl UnwindSafe for CudaEvent
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