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

Trait Implementations

impl Copy for StackElementListNode_t
[src]

impl Clone for StackElementListNode_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more