Skip to main content

cudaGraphAddMemsetNode_v10000_params

Type Alias cudaGraphAddMemsetNode_v10000_params 

Source
pub type cudaGraphAddMemsetNode_v10000_params = cudaGraphAddMemsetNode_v10000_params_st;

Aliased Type§

#[repr(C)]
pub struct cudaGraphAddMemsetNode_v10000_params { pub pGraphNode: *mut *mut CUgraphNode_st, pub graph: *mut CUgraph_st, pub pDependencies: *const *mut CUgraphNode_st, pub numDependencies: usize, pub pMemsetParams: *const cudaMemsetParams, }

Fields§

§pGraphNode: *mut *mut CUgraphNode_st§graph: *mut CUgraph_st§pDependencies: *const *mut CUgraphNode_st§numDependencies: usize§pMemsetParams: *const cudaMemsetParams