pub type MiniListItem_t = xMINI_LIST_ITEM;
Aliased Type§
struct MiniListItem_t {
pub xItemValue: u32,
pub pxNext: *mut xLIST_ITEM,
pub pxPrevious: *mut xLIST_ITEM,
}
Fields§
§xItemValue: u32
§pxNext: *mut xLIST_ITEM
§pxPrevious: *mut xLIST_ITEM
Trait Implementations
Source§impl Clone for xMINI_LIST_ITEM
impl Clone for xMINI_LIST_ITEM
Source§fn clone(&self) -> xMINI_LIST_ITEM
fn clone(&self) -> xMINI_LIST_ITEM
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more