pub type cudaGraphAddNode_v12030_params = cudaGraphAddNode_v12030_params_st;Aliased Type§
#[repr(C)]pub struct cudaGraphAddNode_v12030_params {
pub pGraphNode: *mut *mut CUgraphNode_st,
pub graph: *mut CUgraph_st,
pub pDependencies: *const *mut CUgraphNode_st,
pub dependencyData: *const cudaGraphEdgeData_st,
pub numDependencies: usize,
pub nodeParams: *mut cudaGraphNodeParams,
}Fields§
§pGraphNode: *mut *mut CUgraphNode_st§graph: *mut CUgraph_st§pDependencies: *const *mut CUgraphNode_st§dependencyData: *const cudaGraphEdgeData_st§numDependencies: usize§nodeParams: *mut cudaGraphNodeParams