Struct threed_ice_sys::StackElementListNode_t
[−]
[src]
pub struct StackElementListNode_t { pub Data: StackElement_t, pub Prev: *mut StackElementListNode_t, pub Next: *mut StackElementListNode_t, }
Fields
Data: StackElement_t
Prev: *mut StackElementListNode_t
Next: *mut StackElementListNode_t
Trait Implementations
Derived Implementations
impl Copy for StackElementListNode_t
[src]
impl Clone for StackElementListNode_t
[src]
fn clone(&self) -> StackElementListNode_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