pub type cudaGraphAddMemcpyNode1D_v11010_params = cudaGraphAddMemcpyNode1D_v11010_params_st;Aliased Type§
#[repr(C)]pub struct cudaGraphAddMemcpyNode1D_v11010_params {
pub pGraphNode: *mut *mut CUgraphNode_st,
pub graph: *mut CUgraph_st,
pub pDependencies: *const *mut CUgraphNode_st,
pub numDependencies: usize,
pub dst: *mut c_void,
pub src: *const c_void,
pub count: usize,
pub kind: cudaMemcpyKind,
}Fields§
§pGraphNode: *mut *mut CUgraphNode_st§graph: *mut CUgraph_st§pDependencies: *const *mut CUgraphNode_st§numDependencies: usize§dst: *mut c_void§src: *const c_void§count: usize§kind: cudaMemcpyKind