Skip to main content

cuGraphGetEdges_params

Type Alias cuGraphGetEdges_params 

Source
pub type cuGraphGetEdges_params = cuGraphGetEdges_params_st;

Aliased Type§

#[repr(C)]
pub struct cuGraphGetEdges_params { pub hGraph: *mut CUgraph_st, pub from: *mut *mut CUgraphNode_st, pub to: *mut *mut CUgraphNode_st, pub numEdges: *mut usize, }

Fields§

§hGraph: *mut CUgraph_st§from: *mut *mut CUgraphNode_st§to: *mut *mut CUgraphNode_st§numEdges: *mut usize