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.

Object Safety§

This trait is not object safe.

Implementors§

§

impl Conversion<f64> for attogram_meter_squared_per_second_cubed_kelvin

§

impl Conversion<f64> for attowatt_per_kelvin

§

impl Conversion<f64> for centigram_meter_squared_per_second_cubed_kelvin

§

impl Conversion<f64> for centiwatt_per_kelvin

§

impl Conversion<f64> for decagram_meter_squared_per_second_cubed_kelvin

§

impl Conversion<f64> for decawatt_per_kelvin

§

impl Conversion<f64> for decigram_meter_squared_per_second_cubed_kelvin

§

impl Conversion<f64> for deciwatt_per_kelvin

§

impl Conversion<f64> for exagram_meter_squared_per_second_cubed_kelvin

§

impl Conversion<f64> for exawatt_per_kelvin

§

impl Conversion<f64> for femtogram_meter_squared_per_second_cubed_kelvin

§

impl Conversion<f64> for femtowatt_per_kelvin

§

impl Conversion<f64> for gigagram_meter_squared_per_second_cubed_kelvin

§

impl Conversion<f64> for gigawatt_per_kelvin

§

impl Conversion<f64> for gram_meter_squared_per_second_cubed_kelvin

§

impl Conversion<f64> for hectogram_meter_squared_per_second_cubed_kelvin

§

impl Conversion<f64> for hectowatt_per_kelvin

§

impl Conversion<f64> for kilogram_meter_squared_per_second_cubed_degree_celsius

§

impl Conversion<f64> for kilogram_meter_squared_per_second_cubed_kelvin

§

impl Conversion<f64> for kilowatt_per_degree_celsius

§

impl Conversion<f64> for kilowatt_per_kelvin

§

impl Conversion<f64> for megagram_meter_squared_per_second_cubed_kelvin

§

impl Conversion<f64> for megawatt_per_kelvin

§

impl Conversion<f64> for microgram_meter_squared_per_second_cubed_kelvin

§

impl Conversion<f64> for microwatt_per_kelvin

§

impl Conversion<f64> for milligram_meter_squared_per_second_cubed_kelvin

§

impl Conversion<f64> for milliwatt_per_degree_celsius

§

impl Conversion<f64> for milliwatt_per_kelvin

§

impl Conversion<f64> for nanogram_meter_squared_per_second_cubed_kelvin

§

impl Conversion<f64> for nanowatt_per_kelvin

§

impl Conversion<f64> for petagram_meter_squared_per_second_cubed_kelvin

§

impl Conversion<f64> for petawatt_per_kelvin

§

impl Conversion<f64> for picogram_meter_squared_per_second_cubed_kelvin

§

impl Conversion<f64> for picowatt_per_kelvin

§

impl Conversion<f64> for teragram_meter_squared_per_second_cubed_kelvin

§

impl Conversion<f64> for terawatt_per_kelvin

§

impl Conversion<f64> for watt_per_kelvin

§

impl Conversion<f64> for watt_per_meter_degree_celsius

§

impl Conversion<f64> for yoctogram_meter_squared_per_second_cubed_kelvin

§

impl Conversion<f64> for yoctowatt_per_kelvin

§

impl Conversion<f64> for yottagram_meter_squared_per_second_cubed_kelvin

§

impl Conversion<f64> for yottawatt_per_kelvin

§

impl Conversion<f64> for zeptogram_meter_squared_per_second_cubed_kelvin

§

impl Conversion<f64> for zeptowatt_per_kelvin

§

impl Conversion<f64> for zettagram_meter_squared_per_second_cubed_kelvin

§

impl Conversion<f64> for zettawatt_per_kelvin