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