pub type alpm_list_t = _alpm_list_t;Aliased Type§
#[repr(C)]pub struct alpm_list_t {
pub data: *mut c_void,
pub prev: *mut _alpm_list_t,
pub next: *mut _alpm_list_t,
}Fields§
§data: *mut c_void§prev: *mut _alpm_list_t§next: *mut _alpm_list_t