Struct threed_ice_sys::ThermalData_t
[−]
[src]
pub struct ThermalData_t {
pub Temperatures: *mut Temperature_t,
pub ThermalGrid: ThermalGrid_t,
pub PowerGrid: PowerGrid_t,
pub Size: CellIndex_t,
pub SM_A: SystemMatrix_t,
pub SLUMatrix_B: SuperMatrix,
}Fields
Temperatures: *mut Temperature_t
ThermalGrid: ThermalGrid_t
PowerGrid: PowerGrid_t
Size: CellIndex_t
SM_A: SystemMatrix_t
SLUMatrix_B: SuperMatrix
Trait Implementations
Derived Implementations
impl Copy for ThermalData_t[src]
impl Clone for ThermalData_t[src]
fn clone(&self) -> ThermalData_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