Type Alias CUgraphNodeParams

Source
pub type CUgraphNodeParams = CUgraphNodeParams_st;
Expand description

Graph node parameters. See ::cuGraphAddNode.

Aliased Type§

#[repr(C)]
pub struct CUgraphNodeParams { pub type_: CUgraphNodeType_enum, pub reserved0: [i32; 3], pub __bindgen_anon_1: CUgraphNodeParams_st__bindgen_ty_1, pub reserved2: i64, }

Fields§

§type_: CUgraphNodeType_enum

< Type of the node

§reserved0: [i32; 3]

< Reserved. Must be zero.

§__bindgen_anon_1: CUgraphNodeParams_st__bindgen_ty_1§reserved2: i64

< Reserved bytes. Must be zero.