Skip to main content

List_t

Type Alias List_t 

Source
pub type List_t = xLIST;

Aliased Type§

#[repr(C)]
pub 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_ITEM