Struct threed_ice_sys::ThermalGrid_t
[−]
[src]
pub struct ThermalGrid_t {
pub Size: CellIndex_t,
pub LayersProfile: *mut StackLayerType_t,
pub VHCProfile: *mut SolidVHC_t,
pub TCProfile: *mut SolidTC_t,
pub Channel: *mut Channel_t,
pub HeatSink: *mut HeatSink_t,
}Fields
Size: CellIndex_t
LayersProfile: *mut StackLayerType_t
VHCProfile: *mut SolidVHC_t
TCProfile: *mut SolidTC_t
Channel: *mut Channel_t
HeatSink: *mut HeatSink_t
Trait Implementations
Derived Implementations
impl Copy for ThermalGrid_t[src]
impl Clone for ThermalGrid_t[src]
fn clone(&self) -> ThermalGrid_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