Struct threed_ice_sys::Coolant_t [] [src]

pub struct Coolant_t {
    pub HTCSide: CoolantHTC_t,
    pub HTCTop: CoolantHTC_t,
    pub HTCBottom: CoolantHTC_t,
    pub VHC: CoolantVHC_t,
    pub FlowRate: CoolantFR_t,
    pub DarcyVelocity: DarcyVelocity_t,
    pub TIn: Temperature_t,
}

Fields

Trait Implementations

impl Copy for Coolant_t
[src]

impl Clone for Coolant_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more