pub type StaticList_t = xSTATIC_LIST;
Aliased Type§
struct StaticList_t {
pub uxDummy2: u32,
pub pvDummy3: *mut c_void,
pub xDummy4: xSTATIC_MINI_LIST_ITEM,
}
Fields§
§uxDummy2: u32
§pvDummy3: *mut c_void
§xDummy4: xSTATIC_MINI_LIST_ITEM
Trait Implementations
Source§impl Clone for xSTATIC_LIST
impl Clone for xSTATIC_LIST
Source§fn clone(&self) -> xSTATIC_LIST
fn clone(&self) -> xSTATIC_LIST
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