Type Alias blackbox_log::units::si::quantities::ThermalResistance
pub type ThermalResistance<V> = Quantity<dyn Dimension<Th = PInt<UInt<UTerm, B1>>, N = Z0, Kind = dyn Kind, I = Z0, T = PInt<UInt<UInt<UTerm, B1>, B1>>, L = NInt<UInt<UInt<UTerm, B1>, B0>>, M = NInt<UInt<UTerm, B1>>, J = Z0>, dyn Units<V, mass = kilogram, time = second, electric_current = ampere, length = meter, amount_of_substance = mole, thermodynamic_temperature = kelvin, luminous_intensity = candela>, V>;
Expand description
Aliased Type§
struct ThermalResistance<V> {
pub dimension: PhantomData<dyn Dimension<Th = PInt<UInt<UTerm, B1>>, N = Z0, Kind = dyn Kind, I = Z0, T = PInt<UInt<UInt<UTerm, B1>, B1>>, L = NInt<UInt<UInt<UTerm, B1>, B0>>, M = NInt<UInt<UTerm, B1>>, J = Z0>>,
pub units: PhantomData<dyn Units<V, mass = kilogram, time = second, electric_current = ampere, length = meter, amount_of_substance = mole, thermodynamic_temperature = kelvin, luminous_intensity = candela>>,
pub value: V,
}
Fields§
§dimension: PhantomData<dyn Dimension<Th = PInt<UInt<UTerm, B1>>, N = Z0, Kind = dyn Kind, I = Z0, T = PInt<UInt<UInt<UTerm, B1>, B1>>, L = NInt<UInt<UInt<UTerm, B1>, B0>>, M = NInt<UInt<UTerm, B1>>, J = Z0>>
Quantity dimension. See Dimension
.
units: PhantomData<dyn Units<V, mass = kilogram, time = second, electric_current = ampere, length = meter, amount_of_substance = mole, thermodynamic_temperature = kelvin, luminous_intensity = candela>>
Quantity base units. See Units
.
value: V
Quantity value stored in the base units for the quantity.