Struct threed_ice_sys::StackElement_t
[−]
[src]
pub struct StackElement_t { pub Id: String_t, pub Type: StackElementType_t, pub Pointer: StackElement_p, pub NLayers: CellIndex_t, pub Offset: CellIndex_t, }
Fields
Id: String_t
Type: StackElementType_t
Pointer: StackElement_p
NLayers: CellIndex_t
Offset: CellIndex_t
Trait Implementations
Derived Implementations
impl Copy for StackElement_t
[src]
impl Clone for StackElement_t
[src]
fn clone(&self) -> StackElement_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