Struct threed_ice_sys::HeatSink_t
[−]
[src]
pub struct HeatSink_t { pub SinkModel: HeatSinkModel_t, pub NLayers: CellIndex_t, pub SourceLayerOffset: CellIndex_t, pub AmbientHTC: AmbientHTC_t, pub AmbientTemperature: Temperature_t, pub SinkHeight: CellDimension_t, pub SinkArea: CellDimension_t, pub SpreaderHeight: CellDimension_t, pub SpreaderArea: CellDimension_t, pub SinkMaterial: Material_t, pub SpreaderMaterial: Material_t, }
Fields
SinkModel: HeatSinkModel_t
NLayers: CellIndex_t
SourceLayerOffset: CellIndex_t
AmbientHTC: AmbientHTC_t
AmbientTemperature: Temperature_t
SinkHeight: CellDimension_t
SinkArea: CellDimension_t
SpreaderHeight: CellDimension_t
SpreaderArea: CellDimension_t
SinkMaterial: Material_t
SpreaderMaterial: Material_t
Trait Implementations
Derived Implementations
impl Copy for HeatSink_t
[src]
impl Clone for HeatSink_t
[src]
fn clone(&self) -> HeatSink_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