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

FileName: String_t Materials: MaterialList_t HeatSink: *mut HeatSink_t Channel: *mut Channel_t Layers: LayerList_t Dies: DieList_t Dimensions: *mut Dimensions_t StackElements: StackElementList_t

Trait Implementations

Derived Implementations

impl Copy for StackDescription_t
[src]

impl Clone for StackDescription_t
[src]

fn clone(&self) -> StackDescription_t

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more