Type Alias LIST

Source
pub type LIST = st_list;

Aliased Type§

#[repr(C)]
pub struct LIST { pub prev: *mut st_list, pub next: *mut st_list, pub data: *mut c_void, }

Fields§

§prev: *mut st_list§next: *mut st_list§data: *mut c_void