Skip to main content

Kilometer

Struct Kilometer 

Source
pub struct Kilometer;
Expand description

Kilometre (1000 m).

Trait Implementations§

Source§

impl Clone for Kilometer

Source§

fn clone(&self) -> Kilometer

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for Kilometer

Source§

impl Debug for Kilometer

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl PartialEq for Kilometer

Source§

fn eq(&self, other: &Kilometer) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialOrd for Kilometer

Source§

fn partial_cmp(&self, other: &Kilometer) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 (const: unstable) · Source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 (const: unstable) · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 (const: unstable) · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 (const: unstable) · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl StructuralPartialEq for Kilometer

Source§

impl Unit for Kilometer

Source§

const RATIO: f64 = 1_000.0

Unit-to-canonical conversion factor.
Source§

const SYMBOL: &'static str = "km"

Printable symbol, shown by core::fmt::Display.
Source§

type Dim = Dim<PInt<UInt<UTerm, B1>>, Z0, Z0, Z0, Z0, Z0, Z0, Z0>

Dimension to which this unit belongs.
Source§

impl UnitDiv<Arcminute> for Kilometer

Source§

type Output = Per<Kilometer, Arcminute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Arcsecond> for Kilometer

Source§

type Output = Per<Kilometer, Arcsecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<AstronomicalUnit> for Kilometer

Source§

type Output = Per<Kilometer, AstronomicalUnit>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<AtomicMassUnit> for Kilometer

Source§

type Output = Per<Kilometer, AtomicMassUnit>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Attogram> for Kilometer

Source§

type Output = Per<Kilometer, Attogram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Attometer> for Kilometer

Source§

type Output = Per<Kilometer, Attometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Attosecond> for Kilometer

Source§

type Output = Per<Kilometer, Attosecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Attowatt> for Kilometer

Source§

type Output = Per<Kilometer, Attowatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Bar> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Bar as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Bar as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Bar>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<BohrRadius> for Kilometer

Source§

type Output = Per<Kilometer, BohrRadius>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Centigram> for Kilometer

Source§

type Output = Per<Kilometer, Centigram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Centiliter> for Kilometer

Source§

type Output = Per<Kilometer, Centiliter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Centimeter> for Kilometer

Source§

type Output = Per<Kilometer, Centimeter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Centisecond> for Kilometer

Source§

type Output = Per<Kilometer, Centisecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Century> for Kilometer

Source§

type Output = Per<Kilometer, Century>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<ClassicalElectronRadius> for Kilometer

Source§

type Output = Per<Kilometer, ClassicalElectronRadius>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<CubicCentimeter> for Kilometer

Source§

type Output = Per<Kilometer, CubicCentimeter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<CubicKilometer> for Kilometer

Source§

type Output = Per<Kilometer, CubicKilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<CubicMeter> for Kilometer

Source§

type Output = Per<Kilometer, CubicMeter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<CubicMillimeter> for Kilometer

Source§

type Output = Per<Kilometer, CubicMillimeter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Day> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Day as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Day as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Day>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Decade> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Decade as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Decade as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Decade>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Decagram> for Kilometer

Source§

type Output = Per<Kilometer, Decagram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Decameter> for Kilometer

Source§

type Output = Per<Kilometer, Decameter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Decasecond> for Kilometer

Source§

type Output = Per<Kilometer, Decasecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Decawatt> for Kilometer

Source§

type Output = Per<Kilometer, Decawatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Decigram> for Kilometer

Source§

type Output = Per<Kilometer, Decigram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Deciliter> for Kilometer

Source§

type Output = Per<Kilometer, Deciliter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Decimeter> for Kilometer

Source§

type Output = Per<Kilometer, Decimeter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Decisecond> for Kilometer

Source§

type Output = Per<Kilometer, Decisecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Deciwatt> for Kilometer

Source§

type Output = Per<Kilometer, Deciwatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Degree> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Degree as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Degree as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Degree>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Dyne> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Dyne as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Dyne as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Dyne>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<EarthEquatorialRadius> for Kilometer

Source§

type Output = Per<Kilometer, EarthEquatorialRadius>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<EarthPolarRadius> for Kilometer

Source§

type Output = Per<Kilometer, EarthPolarRadius>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<EarthRadius> for Kilometer

Source§

type Output = Per<Kilometer, EarthRadius>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<ElectronReducedComptonWavelength> for Kilometer

Source§

type Output = Per<Kilometer, ElectronReducedComptonWavelength>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Electronvolt> for Kilometer

Source§

type Output = Per<Kilometer, Electronvolt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Erg> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Erg as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Erg as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Erg>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<ErgPerSecond> for Kilometer

Source§

type Output = Per<Kilometer, ErgPerSecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<ErgPerSecondSquareCentimeterSteradian> for Kilometer

Source§

type Output = Per<Kilometer, ErgPerSecondSquareCentimeterSteradian>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<ErgPerSecondSquareCentimeterSteradianAngstrom> for Kilometer

Source§

type Output = Per<Kilometer, ErgPerSecondSquareCentimeterSteradianAngstrom>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Exagram> for Kilometer

Source§

type Output = Per<Kilometer, Exagram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Exameter> for Kilometer

Source§

type Output = Per<Kilometer, Exameter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Exawatt> for Kilometer

Source§

type Output = Per<Kilometer, Exawatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Femtogram> for Kilometer

Source§

type Output = Per<Kilometer, Femtogram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Femtometer> for Kilometer

Source§

type Output = Per<Kilometer, Femtometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Femtosecond> for Kilometer

Source§

type Output = Per<Kilometer, Femtosecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Femtowatt> for Kilometer

Source§

type Output = Per<Kilometer, Femtowatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Fortnight> for Kilometer

Source§

type Output = Per<Kilometer, Fortnight>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Gigagram> for Kilometer

Source§

type Output = Per<Kilometer, Gigagram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Gigahertz> for Kilometer

Source§

type Output = Per<Kilometer, Gigahertz>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Gigajoule> for Kilometer

Source§

type Output = Per<Kilometer, Gigajoule>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Gigameter> for Kilometer

Source§

type Output = Per<Kilometer, Gigameter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Giganewton> for Kilometer

Source§

type Output = Per<Kilometer, Giganewton>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Gigaparsec> for Kilometer

Source§

type Output = Per<Kilometer, Gigaparsec>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Gigapascal> for Kilometer

Source§

type Output = Per<Kilometer, Gigapascal>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Gigasecond> for Kilometer

Source§

type Output = Per<Kilometer, Gigasecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Gigawatt> for Kilometer

Source§

type Output = Per<Kilometer, Gigawatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Gram> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Gram as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Gram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Gram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<GramPerCubicCentimeter> for Kilometer

Source§

type Output = Per<Kilometer, GramPerCubicCentimeter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<GramPerMilliliter> for Kilometer

Source§

type Output = Per<Kilometer, GramPerMilliliter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Hectogram> for Kilometer

Source§

type Output = Per<Kilometer, Hectogram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Hectometer> for Kilometer

Source§

type Output = Per<Kilometer, Hectometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Hectopascal> for Kilometer

Source§

type Output = Per<Kilometer, Hectopascal>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Hectosecond> for Kilometer

Source§

type Output = Per<Kilometer, Hectosecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Hectowatt> for Kilometer

Source§

type Output = Per<Kilometer, Hectowatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Hertz> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Hertz as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Hertz as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Hertz>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Hour> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Hour as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Hour as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Hour>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<HourAngle> for Kilometer

Source§

type Output = Per<Kilometer, HourAngle>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Joule> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Joule as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Joule as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Joule>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<JulianCentury> for Kilometer

Source§

type Output = Per<Kilometer, JulianCentury>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<JulianYear> for Kilometer

Source§

type Output = Per<Kilometer, JulianYear>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<JupiterRadius> for Kilometer

Source§

type Output = Per<Kilometer, JupiterRadius>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kelvin> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Kelvin as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Kelvin as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Kelvin>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kiloelectronvolt> for Kilometer

Source§

type Output = Per<Kilometer, Kiloelectronvolt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilogram> for Kilometer

Source§

type Output = Per<Kilometer, Kilogram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<KilogramPerCubicMeter> for Kilometer

Source§

type Output = Per<Kilometer, KilogramPerCubicMeter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilohertz> for Kilometer

Source§

type Output = Per<Kilometer, Kilohertz>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilojoule> for Kilometer

Source§

type Output = Per<Kilometer, Kilojoule>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Meter
where <Meter as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Meter as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Meter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Centimeter

Source§

type Output = Per<Centimeter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Millimeter

Source§

type Output = Per<Millimeter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Micrometer

Source§

type Output = Per<Micrometer, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Nanometer

Source§

type Output = Per<Nanometer, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Picometer

Source§

type Output = Per<Picometer, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Femtometer

Source§

type Output = Per<Femtometer, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Attometer

Source§

type Output = Per<Attometer, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Zeptometer

Source§

type Output = Per<Zeptometer, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Yoctometer

Source§

type Output = Per<Yoctometer, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Megameter

Source§

type Output = Per<Megameter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Decimeter

Source§

type Output = Per<Decimeter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Decameter

Source§

type Output = Per<Decameter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Hectometer

Source§

type Output = Per<Hectometer, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Gigameter

Source§

type Output = Per<Gigameter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Terameter

Source§

type Output = Per<Terameter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Petameter

Source§

type Output = Per<Petameter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Exameter

Source§

type Output = Per<Exameter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Zettameter

Source§

type Output = Per<Zettameter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Yottameter

Source§

type Output = Per<Yottameter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Attosecond

Source§

type Output = Per<Attosecond, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Femtosecond

Source§

type Output = Per<Femtosecond, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Picosecond

Source§

type Output = Per<Picosecond, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Nanosecond

Source§

type Output = Per<Nanosecond, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Microsecond

Source§

type Output = Per<Microsecond, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Millisecond

Source§

type Output = Per<Millisecond, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Centisecond

Source§

type Output = Per<Centisecond, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Decisecond

Source§

type Output = Per<Decisecond, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Second
where <Second as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Second as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Second, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Decasecond

Source§

type Output = Per<Decasecond, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Hectosecond

Source§

type Output = Per<Hectosecond, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Kilosecond

Source§

type Output = Per<Kilosecond, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Megasecond

Source§

type Output = Per<Megasecond, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Gigasecond

Source§

type Output = Per<Gigasecond, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Terasecond

Source§

type Output = Per<Terasecond, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Minute
where <Minute as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Hour
where <Hour as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Hour as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hour, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Day
where <Day as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Day as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Day, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Week
where <Week as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Week as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Week, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Fortnight

Source§

type Output = Per<Fortnight, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Year
where <Year as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Year as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Year, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Decade
where <Decade as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Decade as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Decade, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Century

Source§

type Output = Per<Century, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Millennium

Source§

type Output = Per<Millennium, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Gram
where <Gram as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Gram as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Gram, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Yoctogram

Source§

type Output = Per<Yoctogram, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Zeptogram

Source§

type Output = Per<Zeptogram, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Attogram

Source§

type Output = Per<Attogram, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Femtogram

Source§

type Output = Per<Femtogram, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Picogram

Source§

type Output = Per<Picogram, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Nanogram

Source§

type Output = Per<Nanogram, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Microgram

Source§

type Output = Per<Microgram, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Milligram

Source§

type Output = Per<Milligram, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Centigram

Source§

type Output = Per<Centigram, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Decigram

Source§

type Output = Per<Decigram, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Decagram

Source§

type Output = Per<Decagram, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Hectogram

Source§

type Output = Per<Hectogram, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Kilogram

Source§

type Output = Per<Kilogram, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Megagram

Source§

type Output = Per<Megagram, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Gigagram

Source§

type Output = Per<Gigagram, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Teragram

Source§

type Output = Per<Teragram, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Petagram

Source§

type Output = Per<Petagram, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Exagram

Source§

type Output = Per<Exagram, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Zettagram

Source§

type Output = Per<Zettagram, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Yottagram

Source§

type Output = Per<Yottagram, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Tonne
where <Tonne as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Tonne as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Tonne, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Degree
where <Degree as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Degree as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Degree, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Radian
where <Radian as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Radian as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Radian, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Milliradian

Source§

type Output = Per<Milliradian, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Turn
where <Turn as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Turn as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Turn, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Watt
where <Watt as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Watt as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Watt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Yoctowatt

Source§

type Output = Per<Yoctowatt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Zeptowatt

Source§

type Output = Per<Zeptowatt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Attowatt

Source§

type Output = Per<Attowatt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Femtowatt

Source§

type Output = Per<Femtowatt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Picowatt

Source§

type Output = Per<Picowatt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Nanowatt

Source§

type Output = Per<Nanowatt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Microwatt

Source§

type Output = Per<Microwatt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Milliwatt

Source§

type Output = Per<Milliwatt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Deciwatt

Source§

type Output = Per<Deciwatt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Decawatt

Source§

type Output = Per<Decawatt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Hectowatt

Source§

type Output = Per<Hectowatt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Kilowatt

Source§

type Output = Per<Kilowatt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Megawatt

Source§

type Output = Per<Megawatt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Gigawatt

Source§

type Output = Per<Gigawatt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Terawatt

Source§

type Output = Per<Terawatt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Petawatt

Source§

type Output = Per<Petawatt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Exawatt

Source§

type Output = Per<Exawatt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Zettawatt

Source§

type Output = Per<Zettawatt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Yottawatt

Source§

type Output = Per<Yottawatt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Prod<Meter, Meter>

Source§

type Output = Per<Prod<Meter, Meter>, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Prod<Kilometer, Kilometer>

Source§

type Output = Per<Prod<Kilometer, Kilometer>, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Prod<Centimeter, Centimeter>

Source§

type Output = Per<Prod<Centimeter, Centimeter>, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Prod<Millimeter, Millimeter>

Source§

type Output = Per<Prod<Millimeter, Millimeter>, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for CubicMeter

Source§

type Output = Per<CubicMeter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for CubicKilometer

Source§

type Output = Per<CubicKilometer, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for CubicCentimeter

Source§

type Output = Per<CubicCentimeter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for CubicMillimeter

Source§

type Output = Per<CubicMillimeter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Liter
where <Liter as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Liter as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Liter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Milliliter

Source§

type Output = Per<Milliliter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Microliter

Source§

type Output = Per<Microliter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Centiliter

Source§

type Output = Per<Centiliter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Deciliter

Source§

type Output = Per<Deciliter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for MeterPerSecondSquared

Source§

type Output = Per<MeterPerSecondSquared, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for StandardGravity

Source§

type Output = Per<StandardGravity, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Newton
where <Newton as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Newton as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Newton, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Micronewton

Source§

type Output = Per<Micronewton, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Millinewton

Source§

type Output = Per<Millinewton, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Kilonewton

Source§

type Output = Per<Kilonewton, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Meganewton

Source§

type Output = Per<Meganewton, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Giganewton

Source§

type Output = Per<Giganewton, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Joule
where <Joule as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Joule as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Joule, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Picojoule

Source§

type Output = Per<Picojoule, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Nanojoule

Source§

type Output = Per<Nanojoule, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Microjoule

Source§

type Output = Per<Microjoule, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Millijoule

Source§

type Output = Per<Millijoule, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Kilojoule

Source§

type Output = Per<Kilojoule, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Megajoule

Source§

type Output = Per<Megajoule, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Gigajoule

Source§

type Output = Per<Gigajoule, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Terajoule

Source§

type Output = Per<Terajoule, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for WattHour

Source§

type Output = Per<WattHour, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for KilowattHour

Source§

type Output = Per<KilowattHour, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Pascal
where <Pascal as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Pascal as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Pascal, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Millipascal

Source§

type Output = Per<Millipascal, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Hectopascal

Source§

type Output = Per<Hectopascal, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Kilopascal

Source§

type Output = Per<Kilopascal, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Megapascal

Source§

type Output = Per<Megapascal, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Gigapascal

Source§

type Output = Per<Gigapascal, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Bar
where <Bar as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Bar as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Bar, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Kelvin
where <Kelvin as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Kelvin as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kelvin, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Rankine

Source§

type Output = Per<Rankine, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Prod<Degree, Degree>

Source§

type Output = Per<Prod<Degree, Degree>, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Prod<Radian, Radian>

Source§

type Output = Per<Prod<Radian, Radian>, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Prod<Milliradian, Milliradian>

Source§

type Output = Per<Prod<Milliradian, Milliradian>, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for AstronomicalUnit

Source§

type Output = Per<AstronomicalUnit, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for LightYear

Source§

type Output = Per<LightYear, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Parsec
where <Parsec as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Parsec as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Parsec, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Kiloparsec

Source§

type Output = Per<Kiloparsec, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Megaparsec

Source§

type Output = Per<Megaparsec, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Gigaparsec

Source§

type Output = Per<Gigaparsec, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for SolarRadius

Source§

type Output = Per<SolarRadius, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for SolarDiameter

Source§

type Output = Per<SolarDiameter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for EarthRadius

Source§

type Output = Per<EarthRadius, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for EarthEquatorialRadius

Source§

type Output = Per<EarthEquatorialRadius, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for EarthPolarRadius

Source§

type Output = Per<EarthPolarRadius, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for JupiterRadius

Source§

type Output = Per<JupiterRadius, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for LunarRadius

Source§

type Output = Per<LunarRadius, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for LunarDistance

Source§

type Output = Per<LunarDistance, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for SiderealDay

Source§

type Output = Per<SiderealDay, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for SynodicMonth

Source§

type Output = Per<SynodicMonth, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for SiderealYear

Source§

type Output = Per<SiderealYear, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for SolarMass

Source§

type Output = Per<SolarMass, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Arcminute

Source§

type Output = Per<Arcminute, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Arcsecond

Source§

type Output = Per<Arcsecond, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for MilliArcsecond

Source§

type Output = Per<MilliArcsecond, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for MicroArcsecond

Source§

type Output = Per<MicroArcsecond, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for HourAngle

Source§

type Output = Per<HourAngle, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for SolarLuminosity

Source§

type Output = Per<SolarLuminosity, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Prod<Arcminute, Arcminute>

Source§

type Output = Per<Prod<Arcminute, Arcminute>, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Prod<Arcsecond, Arcsecond>

Source§

type Output = Per<Prod<Arcsecond, Arcsecond>, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for JulianYear

Source§

type Output = Per<JulianYear, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for JulianCentury

Source§

type Output = Per<JulianCentury, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for BohrRadius

Source§

type Output = Per<BohrRadius, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for ClassicalElectronRadius

Source§

type Output = Per<ClassicalElectronRadius, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for PlanckLength

Source§

type Output = Per<PlanckLength, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for ElectronReducedComptonWavelength

Source§

type Output = Per<ElectronReducedComptonWavelength, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for AtomicMassUnit

Source§

type Output = Per<AtomicMassUnit, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for ErgPerSecond

Source§

type Output = Per<ErgPerSecond, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Dyne
where <Dyne as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Dyne as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Dyne, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Erg
where <Erg as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Erg as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Erg, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Electronvolt

Source§

type Output = Per<Electronvolt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Kiloelectronvolt

Source§

type Output = Per<Kiloelectronvolt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Megaelectronvolt

Source§

type Output = Per<Megaelectronvolt, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for WattPerSquareMeterSteradian

Source§

type Output = Per<WattPerSquareMeterSteradian, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for ErgPerSecondSquareCentimeterSteradian

Source§

type Output = Per<ErgPerSecondSquareCentimeterSteradian, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for WattPerSquareMeterSteradianMeter

Source§

type Output = Per<WattPerSquareMeterSteradianMeter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for WattPerSquareMeterSteradianNanometer

Source§

type Output = Per<WattPerSquareMeterSteradianNanometer, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for ErgPerSecondSquareCentimeterSteradianAngstrom

Source§

type Output = Per<ErgPerSecondSquareCentimeterSteradianAngstrom, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for PhotonPerSquareMeterSecondSteradian

Source§

type Output = Per<PhotonPerSquareMeterSecondSteradian, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for PhotonPerSquareCentimeterSecondSteradian

Source§

type Output = Per<PhotonPerSquareCentimeterSecondSteradian, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for PhotonPerSquareCentimeterNanosecondSteradian

Source§

type Output = Per<PhotonPerSquareCentimeterNanosecondSteradian, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for PhotonPerSquareMeterSecondSteradianMeter

Source§

type Output = Per<PhotonPerSquareMeterSecondSteradianMeter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for PhotonPerSquareCentimeterSecondSteradianAngstrom

Source§

type Output = Per<PhotonPerSquareCentimeterSecondSteradianAngstrom, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for PhotonPerSquareCentimeterSecondSteradianNanometer

Source§

type Output = Per<PhotonPerSquareCentimeterSecondSteradianNanometer, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for PhotonPerSquareCentimeterNanosecondSteradianNanometer

Source§

type Output = Per<PhotonPerSquareCentimeterNanosecondSteradianNanometer, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for S10
where <S10 as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<S10 as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<S10, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Hertz
where <Hertz as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Hertz as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hertz, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Millihertz

Source§

type Output = Per<Millihertz, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Kilohertz

Source§

type Output = Per<Kilohertz, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Megahertz

Source§

type Output = Per<Megahertz, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Gigahertz

Source§

type Output = Per<Gigahertz, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for Terahertz

Source§

type Output = Per<Terahertz, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for KilogramPerCubicMeter

Source§

type Output = Per<KilogramPerCubicMeter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for GramPerCubicCentimeter

Source§

type Output = Per<GramPerCubicCentimeter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilometer> for GramPerMilliliter

Source§

type Output = Per<GramPerMilliliter, Kilometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilonewton> for Kilometer

Source§

type Output = Per<Kilometer, Kilonewton>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kiloparsec> for Kilometer

Source§

type Output = Per<Kilometer, Kiloparsec>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilopascal> for Kilometer

Source§

type Output = Per<Kilometer, Kilopascal>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilosecond> for Kilometer

Source§

type Output = Per<Kilometer, Kilosecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Kilowatt> for Kilometer

Source§

type Output = Per<Kilometer, Kilowatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<KilowattHour> for Kilometer

Source§

type Output = Per<Kilometer, KilowattHour>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<LightYear> for Kilometer

Source§

type Output = Per<Kilometer, LightYear>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Liter> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Liter as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Liter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Liter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<LunarDistance> for Kilometer

Source§

type Output = Per<Kilometer, LunarDistance>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<LunarRadius> for Kilometer

Source§

type Output = Per<Kilometer, LunarRadius>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Megaelectronvolt> for Kilometer

Source§

type Output = Per<Kilometer, Megaelectronvolt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Megagram> for Kilometer

Source§

type Output = Per<Kilometer, Megagram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Megahertz> for Kilometer

Source§

type Output = Per<Kilometer, Megahertz>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Megajoule> for Kilometer

Source§

type Output = Per<Kilometer, Megajoule>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Megameter> for Kilometer

Source§

type Output = Per<Kilometer, Megameter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Meganewton> for Kilometer

Source§

type Output = Per<Kilometer, Meganewton>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Megaparsec> for Kilometer

Source§

type Output = Per<Kilometer, Megaparsec>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Megapascal> for Kilometer

Source§

type Output = Per<Kilometer, Megapascal>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Megasecond> for Kilometer

Source§

type Output = Per<Kilometer, Megasecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Megawatt> for Kilometer

Source§

type Output = Per<Kilometer, Megawatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Meter> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Meter as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Meter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Meter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<MeterPerSecondSquared> for Kilometer

Source§

type Output = Per<Kilometer, MeterPerSecondSquared>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<MicroArcsecond> for Kilometer

Source§

type Output = Per<Kilometer, MicroArcsecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Microgram> for Kilometer

Source§

type Output = Per<Kilometer, Microgram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Microjoule> for Kilometer

Source§

type Output = Per<Kilometer, Microjoule>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Microliter> for Kilometer

Source§

type Output = Per<Kilometer, Microliter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Micrometer> for Kilometer

Source§

type Output = Per<Kilometer, Micrometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Micronewton> for Kilometer

Source§

type Output = Per<Kilometer, Micronewton>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Microsecond> for Kilometer

Source§

type Output = Per<Kilometer, Microsecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Microwatt> for Kilometer

Source§

type Output = Per<Kilometer, Microwatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Millennium> for Kilometer

Source§

type Output = Per<Kilometer, Millennium>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<MilliArcsecond> for Kilometer

Source§

type Output = Per<Kilometer, MilliArcsecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Milligram> for Kilometer

Source§

type Output = Per<Kilometer, Milligram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Millihertz> for Kilometer

Source§

type Output = Per<Kilometer, Millihertz>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Millijoule> for Kilometer

Source§

type Output = Per<Kilometer, Millijoule>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Milliliter> for Kilometer

Source§

type Output = Per<Kilometer, Milliliter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Millimeter> for Kilometer

Source§

type Output = Per<Kilometer, Millimeter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Millinewton> for Kilometer

Source§

type Output = Per<Kilometer, Millinewton>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Millipascal> for Kilometer

Source§

type Output = Per<Kilometer, Millipascal>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Milliradian> for Kilometer

Source§

type Output = Per<Kilometer, Milliradian>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Millisecond> for Kilometer

Source§

type Output = Per<Kilometer, Millisecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Milliwatt> for Kilometer

Source§

type Output = Per<Kilometer, Milliwatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Minute> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Minute>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Nanogram> for Kilometer

Source§

type Output = Per<Kilometer, Nanogram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Nanojoule> for Kilometer

Source§

type Output = Per<Kilometer, Nanojoule>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Nanometer> for Kilometer

Source§

type Output = Per<Kilometer, Nanometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Nanosecond> for Kilometer

Source§

type Output = Per<Kilometer, Nanosecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Nanowatt> for Kilometer

Source§

type Output = Per<Kilometer, Nanowatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Newton> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Newton as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Newton as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Newton>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Parsec> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Parsec as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Parsec as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Parsec>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Pascal> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Pascal as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Pascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Pascal>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Petagram> for Kilometer

Source§

type Output = Per<Kilometer, Petagram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Petameter> for Kilometer

Source§

type Output = Per<Kilometer, Petameter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Petawatt> for Kilometer

Source§

type Output = Per<Kilometer, Petawatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<PhotonPerSquareCentimeterNanosecondSteradian> for Kilometer

Source§

type Output = Per<Kilometer, PhotonPerSquareCentimeterNanosecondSteradian>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<PhotonPerSquareCentimeterNanosecondSteradianNanometer> for Kilometer

Source§

type Output = Per<Kilometer, PhotonPerSquareCentimeterNanosecondSteradianNanometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<PhotonPerSquareCentimeterSecondSteradian> for Kilometer

Source§

type Output = Per<Kilometer, PhotonPerSquareCentimeterSecondSteradian>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<PhotonPerSquareCentimeterSecondSteradianAngstrom> for Kilometer

Source§

type Output = Per<Kilometer, PhotonPerSquareCentimeterSecondSteradianAngstrom>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<PhotonPerSquareCentimeterSecondSteradianNanometer> for Kilometer

Source§

type Output = Per<Kilometer, PhotonPerSquareCentimeterSecondSteradianNanometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<PhotonPerSquareMeterSecondSteradian> for Kilometer

Source§

type Output = Per<Kilometer, PhotonPerSquareMeterSecondSteradian>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<PhotonPerSquareMeterSecondSteradianMeter> for Kilometer

Source§

type Output = Per<Kilometer, PhotonPerSquareMeterSecondSteradianMeter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Picogram> for Kilometer

Source§

type Output = Per<Kilometer, Picogram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Picojoule> for Kilometer

Source§

type Output = Per<Kilometer, Picojoule>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Picometer> for Kilometer

Source§

type Output = Per<Kilometer, Picometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Picosecond> for Kilometer

Source§

type Output = Per<Kilometer, Picosecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Picowatt> for Kilometer

Source§

type Output = Per<Kilometer, Picowatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<PlanckLength> for Kilometer

Source§

type Output = Per<Kilometer, PlanckLength>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Prod<Arcminute, Arcminute>> for Kilometer

Source§

type Output = Per<Kilometer, Prod<Arcminute, Arcminute>>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Prod<Arcsecond, Arcsecond>> for Kilometer

Source§

type Output = Per<Kilometer, Prod<Arcsecond, Arcsecond>>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Prod<Centimeter, Centimeter>> for Kilometer

Source§

type Output = Per<Kilometer, Prod<Centimeter, Centimeter>>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Prod<Degree, Degree>> for Kilometer

Source§

type Output = Per<Kilometer, Prod<Degree, Degree>>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Prod<Kilometer, Kilometer>> for Kilometer

Source§

type Output = Per<Kilometer, Prod<Kilometer, Kilometer>>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Prod<Meter, Meter>> for Kilometer

Source§

type Output = Per<Kilometer, Prod<Meter, Meter>>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Prod<Millimeter, Millimeter>> for Kilometer

Source§

type Output = Per<Kilometer, Prod<Millimeter, Millimeter>>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Prod<Milliradian, Milliradian>> for Kilometer

Source§

type Output = Per<Kilometer, Prod<Milliradian, Milliradian>>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Prod<Radian, Radian>> for Kilometer

Source§

type Output = Per<Kilometer, Prod<Radian, Radian>>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Radian> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Radian as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Radian as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Radian>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Rankine> for Kilometer

Source§

type Output = Per<Kilometer, Rankine>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<S10> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<S10 as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<S10 as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, S10>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Second> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Second as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Second as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Second>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<SiderealDay> for Kilometer

Source§

type Output = Per<Kilometer, SiderealDay>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<SiderealYear> for Kilometer

Source§

type Output = Per<Kilometer, SiderealYear>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<SolarDiameter> for Kilometer

Source§

type Output = Per<Kilometer, SolarDiameter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<SolarLuminosity> for Kilometer

Source§

type Output = Per<Kilometer, SolarLuminosity>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<SolarMass> for Kilometer

Source§

type Output = Per<Kilometer, SolarMass>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<SolarRadius> for Kilometer

Source§

type Output = Per<Kilometer, SolarRadius>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<StandardGravity> for Kilometer

Source§

type Output = Per<Kilometer, StandardGravity>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<SynodicMonth> for Kilometer

Source§

type Output = Per<Kilometer, SynodicMonth>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Teragram> for Kilometer

Source§

type Output = Per<Kilometer, Teragram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Terahertz> for Kilometer

Source§

type Output = Per<Kilometer, Terahertz>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Terajoule> for Kilometer

Source§

type Output = Per<Kilometer, Terajoule>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Terameter> for Kilometer

Source§

type Output = Per<Kilometer, Terameter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Terasecond> for Kilometer

Source§

type Output = Per<Kilometer, Terasecond>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Terawatt> for Kilometer

Source§

type Output = Per<Kilometer, Terawatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Tonne> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Tonne as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Tonne as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Tonne>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Turn> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Turn as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Turn as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Turn>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Watt> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Watt as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Watt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Watt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<WattHour> for Kilometer

Source§

type Output = Per<Kilometer, WattHour>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<WattPerSquareMeterSteradian> for Kilometer

Source§

type Output = Per<Kilometer, WattPerSquareMeterSteradian>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<WattPerSquareMeterSteradianMeter> for Kilometer

Source§

type Output = Per<Kilometer, WattPerSquareMeterSteradianMeter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<WattPerSquareMeterSteradianNanometer> for Kilometer

Source§

type Output = Per<Kilometer, WattPerSquareMeterSteradianNanometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Week> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Week as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Week as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Week>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Year> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Year as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Year as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilometer, Year>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Yoctogram> for Kilometer

Source§

type Output = Per<Kilometer, Yoctogram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Yoctometer> for Kilometer

Source§

type Output = Per<Kilometer, Yoctometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Yoctowatt> for Kilometer

Source§

type Output = Per<Kilometer, Yoctowatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Yottagram> for Kilometer

Source§

type Output = Per<Kilometer, Yottagram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Yottameter> for Kilometer

Source§

type Output = Per<Kilometer, Yottameter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Yottawatt> for Kilometer

Source§

type Output = Per<Kilometer, Yottawatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Zeptogram> for Kilometer

Source§

type Output = Per<Kilometer, Zeptogram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Zeptometer> for Kilometer

Source§

type Output = Per<Kilometer, Zeptometer>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Zeptowatt> for Kilometer

Source§

type Output = Per<Kilometer, Zeptowatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Zettagram> for Kilometer

Source§

type Output = Per<Kilometer, Zettagram>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Zettameter> for Kilometer

Source§

type Output = Per<Kilometer, Zettameter>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl UnitDiv<Zettawatt> for Kilometer

Source§

type Output = Per<Kilometer, Zettawatt>

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> LengthUnit for T
where T: Unit<Dim = Dim<PInt<UInt<UTerm, B1>>, Z0, Z0, Z0, Z0, Z0, Z0, Z0>>,

Source§

impl<U, S> QuantityDivOutput<S> for U
where U: Unit, S: Scalar,

Source§

type Output = Quantity<U, S>

The type that Div will return.
Source§

fn wrap(v: S) -> Quantity<U, S>

Wraps (or passes through) a raw scalar into the output type.
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<U> UnitDiv<U> for U
where U: Unit, <U as Unit>::Dim: DimDiv<<U as Unit>::Dim>, <<U as Unit>::Dim as DimDiv<<U as Unit>::Dim>>::Output: Dimension,

Source§

type Output = SameDivOutput

The resulting type token. Either a Unit (wrapped in Quantity by the Div impl) or SameDivOutput (unwrapped to the raw scalar).
Source§

impl<T> UsingEngine for T

Source§

fn using<'a, Ctx>(&'a self, engine: &'a Ctx) -> WithEngine<'a, Self, Ctx>
where Ctx: TransformContext,

Wrap this coordinate with a custom transform context for the next transformation call.