pub type StaticMiniListItem_t = xSTATIC_MINI_LIST_ITEM;
Aliased Type§
struct StaticMiniListItem_t {
pub xDummy2: u32,
pub pvDummy3: [*mut c_void; 2],
}
Fields§
§xDummy2: u32
§pvDummy3: [*mut c_void; 2]
Trait Implementations
Source§impl Clone for xSTATIC_MINI_LIST_ITEM
impl Clone for xSTATIC_MINI_LIST_ITEM
Source§fn clone(&self) -> xSTATIC_MINI_LIST_ITEM
fn clone(&self) -> xSTATIC_MINI_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