Trait Conversion

pub trait Conversion<V>: Unit + Conversion<V, T = <V as Conversion<V>>::T>
where V: Conversion<V>,
{ }
Expand description

Trait to identify units which have a conversion factor for the Quantity. See [crate::Conversion<V>].

§Generic Parameters

  • V: Underlying storage type trait is implemented for.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

§

impl Conversion<f64> for attogram_per_second_cubed_kelvin

§

impl Conversion<f64> for attowatt_per_square_meter_kelvin

§

impl Conversion<f64> for btu_it_per_hour_square_foot_degree_fahrenheit

§

impl Conversion<f64> for btu_it_per_hour_square_inch_degree_fahrenheit

§

impl Conversion<f64> for btu_it_per_minute_square_foot_degree_fahrenheit

§

impl Conversion<f64> for btu_it_per_minute_square_inch_degree_fahrenheit

§

impl Conversion<f64> for btu_it_per_second_square_foot_degree_fahrenheit

§

impl Conversion<f64> for btu_it_per_second_square_inch_degree_fahrenheit

§

impl Conversion<f64> for btu_per_hour_square_foot_degree_fahrenheit

§

impl Conversion<f64> for btu_per_hour_square_inch_degree_fahrenheit

§

impl Conversion<f64> for btu_per_minute_square_foot_degree_fahrenheit

§

impl Conversion<f64> for btu_per_minute_square_inch_degree_fahrenheit

§

impl Conversion<f64> for btu_per_second_square_foot_degree_fahrenheit

§

impl Conversion<f64> for btu_per_second_square_inch_degree_fahrenheit

§

impl Conversion<f64> for centigram_per_second_cubed_kelvin

§

impl Conversion<f64> for centiwatt_per_square_meter_kelvin

§

impl Conversion<f64> for decagram_per_second_cubed_kelvin

§

impl Conversion<f64> for decawatt_per_square_meter_kelvin

§

impl Conversion<f64> for decigram_per_second_cubed_kelvin

§

impl Conversion<f64> for deciwatt_per_square_meter_kelvin

§

impl Conversion<f64> for exagram_per_second_cubed_kelvin

§

impl Conversion<f64> for exawatt_per_square_meter_kelvin

§

impl Conversion<f64> for femtogram_per_second_cubed_kelvin

§

impl Conversion<f64> for femtowatt_per_square_meter_kelvin

§

impl Conversion<f64> for gigagram_per_second_cubed_kelvin

§

impl Conversion<f64> for gigawatt_per_square_meter_kelvin

§

impl Conversion<f64> for gram_per_second_cubed_kelvin

§

impl Conversion<f64> for hectogram_per_second_cubed_kelvin

§

impl Conversion<f64> for hectowatt_per_square_meter_kelvin

§

impl Conversion<f64> for joule_per_second_square_meter_degree_celsius

§

impl Conversion<f64> for joule_per_second_square_meter_kelvin

§

impl Conversion<f64> for kilogram_per_second_cubed_degree_celsius

§

impl Conversion<f64> for kilogram_per_second_cubed_kelvin

§

impl Conversion<f64> for kilowatt_per_square_meter_kelvin

§

impl Conversion<f64> for megagram_per_second_cubed_kelvin

§

impl Conversion<f64> for megawatt_per_square_meter_kelvin

§

impl Conversion<f64> for microgram_per_second_cubed_kelvin

§

impl Conversion<f64> for microwatt_per_square_meter_kelvin

§

impl Conversion<f64> for milligram_per_second_cubed_kelvin

§

impl Conversion<f64> for milliwatt_per_square_meter_kelvin

§

impl Conversion<f64> for nanogram_per_second_cubed_kelvin

§

impl Conversion<f64> for nanowatt_per_square_meter_kelvin

§

impl Conversion<f64> for petagram_per_second_cubed_kelvin

§

impl Conversion<f64> for petawatt_per_square_meter_kelvin

§

impl Conversion<f64> for picogram_per_second_cubed_kelvin

§

impl Conversion<f64> for picowatt_per_square_meter_kelvin

§

impl Conversion<f64> for teragram_per_second_cubed_kelvin

§

impl Conversion<f64> for terawatt_per_square_meter_kelvin

§

impl Conversion<f64> for watt_per_square_centimeter_degree_celsius

§

impl Conversion<f64> for watt_per_square_kilometer_degree_celsius

§

impl Conversion<f64> for watt_per_square_meter_degree_celsius

§

impl Conversion<f64> for watt_per_square_meter_kelvin

§

impl Conversion<f64> for watt_per_square_millimeter_degree_celsius

§

impl Conversion<f64> for yoctogram_per_second_cubed_kelvin

§

impl Conversion<f64> for yoctowatt_per_square_meter_kelvin

§

impl Conversion<f64> for yottagram_per_second_cubed_kelvin

§

impl Conversion<f64> for yottawatt_per_square_meter_kelvin

§

impl Conversion<f64> for zeptogram_per_second_cubed_kelvin

§

impl Conversion<f64> for zeptowatt_per_square_meter_kelvin

§

impl Conversion<f64> for zettagram_per_second_cubed_kelvin

§

impl Conversion<f64> for zettawatt_per_square_meter_kelvin