pub type cudaGraphAddMemAllocNode_v11040_params = cudaGraphAddMemAllocNode_v11040_params_st;Aliased Type§
#[repr(C)]pub struct cudaGraphAddMemAllocNode_v11040_params {
pub pGraphNode: *mut *mut CUgraphNode_st,
pub graph: *mut CUgraph_st,
pub pDependencies: *const *mut CUgraphNode_st,
pub numDependencies: usize,
pub nodeParams: *mut cudaMemAllocNodeParams,
}Fields§
§pGraphNode: *mut *mut CUgraphNode_st§graph: *mut CUgraph_st§pDependencies: *const *mut CUgraphNode_st§numDependencies: usize§nodeParams: *mut cudaMemAllocNodeParams