Struct kn_cuda_sys::wrapper::graph::CudaGraphExec
source · pub struct CudaGraphExec { /* private fields */ }Implementations§
source§impl CudaGraphExec
impl CudaGraphExec
pub unsafe fn inner(&self) -> cudaGraphExec_t
pub unsafe fn launch(&self, stream: &CudaStream)
Trait Implementations§
source§impl Debug for CudaGraphExec
impl Debug for CudaGraphExec
Auto Trait Implementations§
impl RefUnwindSafe for CudaGraphExec
impl !Send for CudaGraphExec
impl !Sync for CudaGraphExec
impl Unpin for CudaGraphExec
impl UnwindSafe for CudaGraphExec
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