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

Trait Implementations

impl Copy for ThermalGrid_t
[src]

impl Clone for ThermalGrid_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more