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

Trait Implementations

impl Copy for StackElement_t
[src]

impl Clone for StackElement_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more