Struct threed_ice_sys::StackElementList_t
[−]
[src]
pub struct StackElementList_t {
pub Size: Quantity_t,
pub First: *mut StackElementListNode_t,
pub Last: *mut StackElementListNode_t,
}Fields
Size: Quantity_t
First: *mut StackElementListNode_t
Last: *mut StackElementListNode_t
Trait Implementations
Derived Implementations
impl Copy for StackElementList_t[src]
impl Clone for StackElementList_t[src]
fn clone(&self) -> StackElementList_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