Skip to main content

ListItem_t

Type Alias ListItem_t 

Source
pub type ListItem_t = xLIST_ITEM;

Aliased Type§

#[repr(C)]
pub struct ListItem_t { pub xItemValue: u32, pub pxNext: *mut xLIST_ITEM, pub pxPrevious: *mut xLIST_ITEM, pub pvOwner: *mut c_void, pub pxContainer: *mut xLIST, }

Fields§

§xItemValue: u32§pxNext: *mut xLIST_ITEM§pxPrevious: *mut xLIST_ITEM§pvOwner: *mut c_void§pxContainer: *mut xLIST