Struct threed_ice_sys::ICElementListNode_t [] [src]

pub struct ICElementListNode_t {
    pub Data: ICElement_t,
    pub Prev: *mut ICElementListNode_t,
    pub Next: *mut ICElementListNode_t,
}

Fields

Trait Implementations

impl Copy for ICElementListNode_t
[src]

impl Clone for ICElementListNode_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more