Struct threed_ice::Stack [] [src]

pub struct Stack {
    pub dimensions: Dimensions,
    pub elements: Vec<StackElement>,
    // some fields omitted
}

A three-dimensional stack.

Fields

The dimensions.

The list of elements.

Trait Implementations

impl Drop for Stack
[src]

A method called when the value goes out of scope. Read more