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
Data: ICElement_t
Prev: *mut ICElementListNode_t
Next: *mut ICElementListNode_t
Trait Implementations
Derived Implementations
impl Copy for ICElementListNode_t[src]
impl Clone for ICElementListNode_t[src]
fn clone(&self) -> ICElementListNode_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