netsnmp_oid_stash_node

Type Alias netsnmp_oid_stash_node 

Source
pub type netsnmp_oid_stash_node = Struct_netsnmp_oid_stash_node_s;

Aliased Type§

#[repr(C)]
pub struct netsnmp_oid_stash_node { pub value: u64, pub children: *mut *mut Struct_netsnmp_oid_stash_node_s, pub children_size: usize, pub next_sibling: *mut Struct_netsnmp_oid_stash_node_s, pub prev_sibling: *mut Struct_netsnmp_oid_stash_node_s, pub parent: *mut Struct_netsnmp_oid_stash_node_s, pub thedata: *mut c_void, }

Fields§

§value: u64§children: *mut *mut Struct_netsnmp_oid_stash_node_s§children_size: usize§next_sibling: *mut Struct_netsnmp_oid_stash_node_s§prev_sibling: *mut Struct_netsnmp_oid_stash_node_s§parent: *mut Struct_netsnmp_oid_stash_node_s§thedata: *mut c_void