Enum threed_ice_sys::StackElementType_t [] [src]

pub enum StackElementType_t {
    TDICE_STACK_ELEMENT_NONE,
    TDICE_STACK_ELEMENT_LAYER,
    TDICE_STACK_ELEMENT_CHANNEL,
    TDICE_STACK_ELEMENT_DIE,
    TDICE_STACK_ELEMENT_HEATSINK,
}

Variants

Trait Implementations

impl Eq for StackElementType_t
[src]

impl PartialEq for StackElementType_t
[src]

[]

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

[]

This method tests for !=.

impl Copy for StackElementType_t
[src]

impl Clone for StackElementType_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more