Type Alias profile_node_t

Source
pub type profile_node_t = profile_node_s;

Aliased Type§

#[repr(C)]
pub struct profile_node_t { pub var: *mut i8, pub val: *mut i8, pub next: *mut profile_node_s, }

Fields§

§var: *mut i8§val: *mut i8§next: *mut profile_node_s