Skip to main content

Hectopascal

Struct Hectopascal 

Source
pub struct Hectopascal;
Expand description

Hectopascal — SI-prefixed pascal unit (100 Pa).

1 hPa = 100 Pa exactly. Widely used in meteorology and observatory/site metadata to report atmospheric pressure (standard atmosphere ≈ 1013.25 hPa).

Trait Implementations§

Source§

impl Clone for Hectopascal

Source§

fn clone(&self) -> Hectopascal

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 Debug for Hectopascal

Source§

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

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

impl PartialEq for Hectopascal

Source§

fn eq(&self, other: &Hectopascal) -> 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 Hectopascal

Source§

fn partial_cmp(&self, other: &Hectopascal) -> 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 Unit for Hectopascal

Source§

const RATIO: f64 = 1e2

Unit-to-canonical conversion factor.
Source§

const SYMBOL: &'static str = "hPa"

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

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

Dimension to which this unit belongs.
Source§

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

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Attometer as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Attometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Attosecond as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Attosecond as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Attowatt as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Attowatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Bar as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Bar as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Centigram> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Centigram as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Centigram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Centiliter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Centiliter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Centimeter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Centimeter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Centisecond as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Centisecond as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Century as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Century as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<CubicCentimeter> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<CubicCentimeter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<CubicCentimeter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<CubicKilometer as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<CubicKilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<CubicMeter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<CubicMeter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<CubicMillimeter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<CubicMillimeter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Day as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Day as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Decade as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Decade as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Decagram as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Decagram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Decameter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Decameter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Decasecond as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Decasecond as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Decawatt as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Decawatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Decigram as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Decigram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Deciliter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Deciliter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Decimeter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Decimeter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Decisecond as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Decisecond as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Deciwatt as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Deciwatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Degree as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Degree as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Exagram> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Exagram as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Exagram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Exameter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Exameter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Exawatt as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Exawatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Femtogram as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Femtogram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Femtometer as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Femtometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Femtosecond as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Femtosecond as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Femtowatt as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Femtowatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Fortnight as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Fortnight as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Gigagram as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Gigagram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Gigajoule> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Gigajoule as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Gigajoule as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Gigameter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Gigameter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Giganewton as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Giganewton as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Gigapascal> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Gigapascal as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Gigapascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Gigasecond as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Gigasecond as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Gigawatt as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Gigawatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Gram as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Gram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Hectogram> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Hectogram as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Hectogram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Hectometer as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Hectometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Attogram
where <Attogram as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Attogram as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Attogram, 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<Hectopascal> for Attometer
where <Attometer as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Attometer as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Attometer, 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<Hectopascal> for Attosecond
where <Attosecond as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Attosecond as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Attosecond, 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<Hectopascal> for Attowatt
where <Attowatt as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Attowatt as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Attowatt, 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<Hectopascal> for Bar
where <Bar as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Bar as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Bar, 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<Hectopascal> for Centigram
where <Centigram as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Centigram as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Centigram, 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<Hectopascal> for Centiliter
where <Centiliter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Centiliter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Centiliter, 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<Hectopascal> for Centimeter
where <Centimeter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Centimeter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Centimeter, 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<Hectopascal> for Centisecond
where <Centisecond as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Centisecond as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Centisecond, 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<Hectopascal> for Century
where <Century as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Century as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Century, 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<Hectopascal> for CubicCentimeter
where <CubicCentimeter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<CubicCentimeter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<CubicCentimeter, 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<Hectopascal> for CubicKilometer
where <CubicKilometer as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<CubicKilometer as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<CubicKilometer, 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<Hectopascal> for CubicMeter
where <CubicMeter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<CubicMeter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<CubicMeter, 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<Hectopascal> for CubicMillimeter
where <CubicMillimeter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<CubicMillimeter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<CubicMillimeter, 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<Hectopascal> for Day
where <Day as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Day as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Day, 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<Hectopascal> for Decade
where <Decade as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Decade as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Decade, 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<Hectopascal> for Decagram
where <Decagram as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Decagram as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Decagram, 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<Hectopascal> for Decameter
where <Decameter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Decameter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Decameter, 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<Hectopascal> for Decasecond
where <Decasecond as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Decasecond as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Decasecond, 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<Hectopascal> for Decawatt
where <Decawatt as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Decawatt as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Decawatt, 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<Hectopascal> for Decigram
where <Decigram as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Decigram as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Decigram, 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<Hectopascal> for Deciliter
where <Deciliter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Deciliter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Deciliter, 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<Hectopascal> for Decimeter
where <Decimeter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Decimeter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Decimeter, 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<Hectopascal> for Decisecond
where <Decisecond as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Decisecond as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Decisecond, 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<Hectopascal> for Deciwatt
where <Deciwatt as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Deciwatt as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Deciwatt, 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<Hectopascal> for Degree
where <Degree as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Degree as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Degree, 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<Hectopascal> for Exagram
where <Exagram as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Exagram as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Exagram, 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<Hectopascal> for Exameter
where <Exameter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Exameter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Exameter, 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<Hectopascal> for Exawatt
where <Exawatt as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Exawatt as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Exawatt, 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<Hectopascal> for Femtogram
where <Femtogram as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Femtogram as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Femtogram, 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<Hectopascal> for Femtometer
where <Femtometer as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Femtometer as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Femtometer, 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<Hectopascal> for Femtosecond
where <Femtosecond as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Femtosecond as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Femtosecond, 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<Hectopascal> for Femtowatt
where <Femtowatt as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Femtowatt as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Femtowatt, 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<Hectopascal> for Fortnight
where <Fortnight as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Fortnight as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Fortnight, 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<Hectopascal> for Gigagram
where <Gigagram as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Gigagram as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Gigagram, 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<Hectopascal> for Gigajoule
where <Gigajoule as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Gigajoule as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Gigajoule, 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<Hectopascal> for Gigameter
where <Gigameter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Gigameter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Gigameter, 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<Hectopascal> for Giganewton
where <Giganewton as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Giganewton as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Giganewton, 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<Hectopascal> for Gigapascal
where <Gigapascal as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Gigapascal as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Gigapascal, 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<Hectopascal> for Gigasecond
where <Gigasecond as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Gigasecond as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Gigasecond, 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<Hectopascal> for Gigawatt
where <Gigawatt as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Gigawatt as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Gigawatt, 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<Hectopascal> for Gram
where <Gram as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Gram as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Gram, 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<Hectopascal> for Hectogram
where <Hectogram as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Hectogram as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectogram, 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<Hectopascal> for Hectometer
where <Hectometer as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Hectometer as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectometer, 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<Hectopascal> for Hectosecond
where <Hectosecond as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Hectosecond as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectosecond, 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<Hectopascal> for Hectowatt
where <Hectowatt as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Hectowatt as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectowatt, 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<Hectopascal> for Hour
where <Hour as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Hour as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hour, 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<Hectopascal> for Joule
where <Joule as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Joule as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Joule, 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<Hectopascal> for Kelvin
where <Kelvin as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Kelvin as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kelvin, 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<Hectopascal> for Kilogram
where <Kilogram as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Kilogram as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilogram, 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<Hectopascal> for Kilojoule
where <Kilojoule as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Kilojoule as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilojoule, 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<Hectopascal> for Kilometer
where <Kilometer as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Kilometer as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

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<Hectopascal> for Kilonewton
where <Kilonewton as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Kilonewton as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilonewton, 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<Hectopascal> for Kilopascal
where <Kilopascal as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Kilopascal as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilopascal, 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<Hectopascal> for Kilosecond
where <Kilosecond as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Kilosecond as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilosecond, 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<Hectopascal> for Kilowatt
where <Kilowatt as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Kilowatt as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Kilowatt, 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<Hectopascal> for KilowattHour
where <KilowattHour as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<KilowattHour as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<KilowattHour, 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<Hectopascal> for Liter
where <Liter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Liter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Liter, 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<Hectopascal> for Megagram
where <Megagram as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Megagram as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Megagram, 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<Hectopascal> for Megajoule
where <Megajoule as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Megajoule as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Megajoule, 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<Hectopascal> for Megameter
where <Megameter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Megameter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Megameter, 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<Hectopascal> for Meganewton
where <Meganewton as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Meganewton as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Meganewton, 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<Hectopascal> for Megapascal
where <Megapascal as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Megapascal as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Megapascal, 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<Hectopascal> for Megasecond
where <Megasecond as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Megasecond as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Megasecond, 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<Hectopascal> for Megawatt
where <Megawatt as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Megawatt as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Megawatt, 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<Hectopascal> for Meter
where <Meter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Meter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Meter, 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<Hectopascal> for MeterPerSecondSquared
where <MeterPerSecondSquared as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<MeterPerSecondSquared as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<MeterPerSecondSquared, 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<Hectopascal> for Microgram
where <Microgram as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Microgram as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Microgram, 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<Hectopascal> for Microjoule
where <Microjoule as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Microjoule as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Microjoule, 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<Hectopascal> for Microliter
where <Microliter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Microliter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Microliter, 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<Hectopascal> for Micrometer
where <Micrometer as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Micrometer as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Micrometer, 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<Hectopascal> for Micronewton
where <Micronewton as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Micronewton as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Micronewton, 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<Hectopascal> for Microsecond
where <Microsecond as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Microsecond as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Microsecond, 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<Hectopascal> for Microwatt
where <Microwatt as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Microwatt as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Microwatt, 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<Hectopascal> for Millennium
where <Millennium as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Millennium as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Millennium, 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<Hectopascal> for Milligram
where <Milligram as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Milligram as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Milligram, 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<Hectopascal> for Millijoule
where <Millijoule as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Millijoule as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Millijoule, 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<Hectopascal> for Milliliter
where <Milliliter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Milliliter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Milliliter, 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<Hectopascal> for Millimeter
where <Millimeter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Millimeter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Millimeter, 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<Hectopascal> for Millinewton
where <Millinewton as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Millinewton as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Millinewton, 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<Hectopascal> for Millipascal
where <Millipascal as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Millipascal as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Millipascal, 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<Hectopascal> for Milliradian
where <Milliradian as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Milliradian as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Milliradian, 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<Hectopascal> for Millisecond
where <Millisecond as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Millisecond as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Millisecond, 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<Hectopascal> for Milliwatt
where <Milliwatt as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Milliwatt as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Milliwatt, 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<Hectopascal> for Minute
where <Minute as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Minute as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Minute, 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<Hectopascal> for Nanogram
where <Nanogram as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Nanogram as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Nanogram, 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<Hectopascal> for Nanojoule
where <Nanojoule as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Nanojoule as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Nanojoule, 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<Hectopascal> for Nanometer
where <Nanometer as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Nanometer as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Nanometer, 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<Hectopascal> for Nanosecond
where <Nanosecond as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Nanosecond as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Nanosecond, 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<Hectopascal> for Nanowatt
where <Nanowatt as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Nanowatt as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Nanowatt, 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<Hectopascal> for Newton
where <Newton as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Newton as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Newton, 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<Hectopascal> for Pascal
where <Pascal as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Pascal as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Pascal, 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<Hectopascal> for Petagram
where <Petagram as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Petagram as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Petagram, 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<Hectopascal> for Petameter
where <Petameter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Petameter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Petameter, 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<Hectopascal> for Petawatt
where <Petawatt as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Petawatt as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Petawatt, 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<Hectopascal> for Picogram
where <Picogram as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Picogram as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Picogram, 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<Hectopascal> for Picojoule
where <Picojoule as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Picojoule as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Picojoule, 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<Hectopascal> for Picometer
where <Picometer as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Picometer as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Picometer, 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<Hectopascal> for Picosecond
where <Picosecond as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Picosecond as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Picosecond, 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<Hectopascal> for Picowatt
where <Picowatt as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Picowatt as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Picowatt, 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<Hectopascal> for SquareCentimeter
where <SquareCentimeter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<SquareCentimeter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Prod<Centimeter, Centimeter>, 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<Hectopascal> for SquareDegree
where <SquareDegree as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<SquareDegree as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Prod<Degree, Degree>, 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<Hectopascal> for SquareKilometer
where <SquareKilometer as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<SquareKilometer as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Prod<Kilometer, 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<Hectopascal> for SquareMeter
where <SquareMeter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<SquareMeter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Prod<Meter, Meter>, 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<Hectopascal> for SquareMillimeter
where <SquareMillimeter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<SquareMillimeter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Prod<Millimeter, Millimeter>, 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<Hectopascal> for SquareMilliradian
where <SquareMilliradian as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<SquareMilliradian as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Prod<Milliradian, Milliradian>, 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<Hectopascal> for Steradian
where <Steradian as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Steradian as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Prod<Radian, Radian>, 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<Hectopascal> for Radian
where <Radian as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Radian as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Radian, 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<Hectopascal> for Rankine
where <Rankine as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Rankine as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Rankine, 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<Hectopascal> for Second
where <Second as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Second as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Second, 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<Hectopascal> for StandardGravity
where <StandardGravity as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<StandardGravity as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<StandardGravity, 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<Hectopascal> for Teragram
where <Teragram as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Teragram as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Teragram, 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<Hectopascal> for Terajoule
where <Terajoule as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Terajoule as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Terajoule, 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<Hectopascal> for Terameter
where <Terameter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Terameter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Terameter, 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<Hectopascal> for Terasecond
where <Terasecond as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Terasecond as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Terasecond, 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<Hectopascal> for Terawatt
where <Terawatt as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Terawatt as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Terawatt, 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<Hectopascal> for Tonne
where <Tonne as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Tonne as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Tonne, 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<Hectopascal> for Turn
where <Turn as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Turn as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Turn, 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<Hectopascal> for Watt
where <Watt as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Watt as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Watt, 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<Hectopascal> for WattHour
where <WattHour as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<WattHour as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<WattHour, 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<Hectopascal> for Week
where <Week as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Week as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Week, 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<Hectopascal> for Year
where <Year as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Year as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Year, 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<Hectopascal> for Yoctogram
where <Yoctogram as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Yoctogram as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Yoctogram, 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<Hectopascal> for Yoctometer
where <Yoctometer as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Yoctometer as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Yoctometer, 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<Hectopascal> for Yoctowatt
where <Yoctowatt as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Yoctowatt as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Yoctowatt, 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<Hectopascal> for Yottagram
where <Yottagram as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Yottagram as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Yottagram, 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<Hectopascal> for Yottameter
where <Yottameter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Yottameter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Yottameter, 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<Hectopascal> for Yottawatt
where <Yottawatt as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Yottawatt as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Yottawatt, 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<Hectopascal> for Zeptogram
where <Zeptogram as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Zeptogram as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Zeptogram, 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<Hectopascal> for Zeptometer
where <Zeptometer as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Zeptometer as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Zeptometer, 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<Hectopascal> for Zeptowatt
where <Zeptowatt as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Zeptowatt as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Zeptowatt, 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<Hectopascal> for Zettagram
where <Zettagram as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Zettagram as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Zettagram, 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<Hectopascal> for Zettameter
where <Zettameter as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Zettameter as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Zettameter, 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<Hectopascal> for Zettawatt
where <Zettawatt as Unit>::Dim: DimDiv<<Hectopascal as Unit>::Dim>, <<Zettawatt as Unit>::Dim as DimDiv<<Hectopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Zettawatt, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Hectosecond as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Hectosecond as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Hectowatt as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Hectowatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Hour> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Hour as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Hour as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Joule> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Joule as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Joule as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Kelvin> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Kelvin as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Kelvin as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Kilogram> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Kilogram as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Kilogram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Kilojoule> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Kilojoule as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Kilojoule as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Kilometer as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Kilometer as Unit>::Dim>>::Output: Dimension,

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<Kilonewton> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Kilonewton as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Kilonewton as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Kilopascal> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Kilopascal as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Kilopascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Kilosecond as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Kilosecond as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Kilowatt as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Kilowatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<KilowattHour as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<KilowattHour as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Liter> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Liter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Liter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Megagram> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Megagram as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Megagram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Megajoule> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Megajoule as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Megajoule as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Megameter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Megameter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Meganewton as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Meganewton as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Megapascal> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Megapascal as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Megapascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Megasecond as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Megasecond as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Megawatt as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Megawatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Meter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Meter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<MeterPerSecondSquared as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<MeterPerSecondSquared as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Microgram> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Microgram as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Microgram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Microjoule as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Microjoule as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Microliter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Microliter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Micrometer as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Micrometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Micronewton as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Micronewton as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Microsecond as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Microsecond as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Microwatt as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Microwatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Millennium as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Millennium as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Milligram> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Milligram as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Milligram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Millijoule> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Millijoule as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Millijoule as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Milliliter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Milliliter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Millimeter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Millimeter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Millinewton as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Millinewton as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Millipascal as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Millipascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Milliradian as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Milliradian as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Millisecond as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Millisecond as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Milliwatt as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Milliwatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Minute as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Minute as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Nanogram as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Nanogram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Nanojoule as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Nanojoule as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Nanometer as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Nanometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Nanosecond as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Nanosecond as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Nanowatt as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Nanowatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Newton as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Newton as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Pascal> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Pascal as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Pascal as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Petagram as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Petagram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Petameter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Petameter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Petawatt as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Petawatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Picogram> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Picogram as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Picogram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Picojoule as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Picojoule as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Picometer as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Picometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Picosecond as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Picosecond as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Picowatt as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Picowatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Prod<Centimeter, Centimeter>> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<SquareCentimeter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<SquareCentimeter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<SquareDegree as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<SquareDegree as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<SquareKilometer as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<SquareKilometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<SquareMeter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<SquareMeter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<SquareMillimeter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<SquareMillimeter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<SquareMilliradian as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<SquareMilliradian as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Steradian as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Steradian as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Radian as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Radian as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Rankine as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Rankine as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Second> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Second as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Second as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<StandardGravity> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<StandardGravity as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<StandardGravity as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Teragram> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Teragram as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Teragram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Terajoule> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Terajoule as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Terajoule as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Terameter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Terameter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Terasecond as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Terasecond as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Terawatt as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Terawatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Tonne as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Tonne as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Turn as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Turn as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Watt as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Watt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<WattHour as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<WattHour as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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<Week> for Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Week as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Week as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Year as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Year as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Yoctogram as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Yoctogram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Yoctometer as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Yoctometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Yoctowatt as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Yoctowatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Yottagram as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Yottagram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Yottameter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Yottameter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Yottawatt as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Yottawatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Zeptogram as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Zeptogram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Zeptometer as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Zeptometer as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Zeptowatt as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Zeptowatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Zettagram as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Zettagram as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Zettameter as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Zettameter as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, 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 Hectopascal
where <Hectopascal as Unit>::Dim: DimDiv<<Zettawatt as Unit>::Dim>, <<Hectopascal as Unit>::Dim as DimDiv<<Zettawatt as Unit>::Dim>>::Output: Dimension,

Source§

type Output = Per<Hectopascal, Zettawatt>

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

impl Copy for Hectopascal

Source§

impl StructuralPartialEq for Hectopascal

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<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> PressureUnit for T
where T: Unit<Dim = Dim<NInt<UInt<UTerm, B1>>, NInt<UInt<UInt<UTerm, B1>, B0>>, PInt<UInt<UTerm, B1>>, Z0, Z0, Z0, Z0, Z0>>,