Struct threed_ice_sys::StackDescription_t [] [src]

pub struct StackDescription_t {
    pub FileName: String_t,
    pub Materials: MaterialList_t,
    pub HeatSink: *mut HeatSink_t,
    pub Channel: *mut Channel_t,
    pub Layers: LayerList_t,
    pub Dies: DieList_t,
    pub Dimensions: *mut Dimensions_t,
    pub StackElements: StackElementList_t,
}

Fields

Trait Implementations

impl Copy for StackDescription_t
[src]

impl Clone for StackDescription_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more