pub type ThermalResistance<T = f64> = Quantity<T, _ThermalResistance>;
pub struct ThermalResistance<T = f64>(/* private fields */);