Enum threed_ice::StackElement [] [src]

pub enum StackElement {
    Channel,
    Die(Die),
    HeatSink,
    Layer,
    None,
}

An element of a stack.

Variants

A channel.

A die.

A heat sink.

A layer.

An undefined element.

Trait Implementations

impl PartialEq for StackElement
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for StackElement
[src]

Formats the value using the given formatter.

impl Clone for StackElement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more