pub type dd_NodeType = dd_nodedata;Aliased Type§
#[repr(C)]pub struct dd_NodeType {
pub key: i64,
pub next: *mut dd_nodedata,
}Fields§
§key: i64§next: *mut dd_nodedatapub type dd_NodeType = dd_nodedata;#[repr(C)]pub struct dd_NodeType {
pub key: i64,
pub next: *mut dd_nodedata,
}key: i64§next: *mut dd_nodedata