pub type List_t = xLIST;Aliased Type§
struct List_t {
pub uxNumberOfItems: u32,
pub pxIndex: *mut xLIST_ITEM,
pub xListEnd: xMINI_LIST_ITEM,
}Fields§
§uxNumberOfItems: u32§pxIndex: *mut xLIST_ITEM§xListEnd: xMINI_LIST_ITEMpub type List_t = xLIST;struct List_t {
pub uxNumberOfItems: u32,
pub pxIndex: *mut xLIST_ITEM,
pub xListEnd: xMINI_LIST_ITEM,
}uxNumberOfItems: u32§pxIndex: *mut xLIST_ITEM§xListEnd: xMINI_LIST_ITEM