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