Struct threed_ice_sys::ICElementList_t [] [src]

pub struct ICElementList_t {
    pub Size: Quantity_t,
    pub First: *mut ICElementListNode_t,
    pub Last: *mut ICElementListNode_t,
}

Fields

Size: Quantity_t First: *mut ICElementListNode_t Last: *mut ICElementListNode_t

Trait Implementations

Derived Implementations

impl Copy for ICElementList_t
[src]

impl Clone for ICElementList_t
[src]

fn clone(&self) -> ICElementList_t

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more