pub struct Area<T: NumLike> {
pub m2: T,
}Expand description
The area unit type, defined as square meters in SI units
Fields§
§m2: TThe value of this Area in square meters
Implementations§
Source§impl<T> Area<T>where
T: NumLike,
impl<T> Area<T>where
T: NumLike,
Sourcepub fn unit_symbol() -> &'static str
pub fn unit_symbol() -> &'static str
Returns the abbreviated name or symbol of area: “m²” for square meters
Sourcepub fn from_m2(m2: T) -> Self
pub fn from_m2(m2: T) -> Self
Returns a new area value from the given number of square meters
§Arguments
m2- Any number-like type, representing a quantity of square meters
Sourcepub fn from_square_meters(square_meters: T) -> Self
pub fn from_square_meters(square_meters: T) -> Self
Returns a new area value from the given number of square meters
§Arguments
square_meters- Any number-like type, representing a quantity of square meters
Sourcepub fn to_square_meters(&self) -> T
pub fn to_square_meters(&self) -> T
Returns a copy of this area value in square meters
Source§impl<T> Area<T>
impl<T> Area<T>
Sourcepub fn to_cm2(&self) -> T
pub fn to_cm2(&self) -> T
Returns a copy of this area value in square cm
Note: This method is not available for f32 and other number types lacking the From<f64> trait
Sourcepub fn from_cm2(cm2: T) -> Self
pub fn from_cm2(cm2: T) -> Self
Returns a new area value from the given number of square cm
Note: This method is not available for f32 and other number types lacking the From<f64> trait
§Arguments
cm2- Any number-like type, representing a quantity of square cm
Sourcepub fn to_square_cm(&self) -> T
pub fn to_square_cm(&self) -> T
Returns a copy of this area value in square cm
Note: This method is not available for f32 and other number types lacking the From<f64> trait
Sourcepub fn from_square_cm(square_cm: T) -> Self
pub fn from_square_cm(square_cm: T) -> Self
Returns a new area value from the given number of square cm
Note: This method is not available for f32 and other number types lacking the From<f64> trait
§Arguments
square_cm- Any number-like type, representing a quantity of square cm
Sourcepub fn to_mm2(&self) -> T
pub fn to_mm2(&self) -> T
Returns a copy of this area value in square mm
Note: This method is not available for f32 and other number types lacking the From<f64> trait
Sourcepub fn from_mm2(mm2: T) -> Self
pub fn from_mm2(mm2: T) -> Self
Returns a new area value from the given number of square mm
Note: This method is not available for f32 and other number types lacking the From<f64> trait
§Arguments
mm2- Any number-like type, representing a quantity of square mm
Sourcepub fn to_um2(&self) -> T
pub fn to_um2(&self) -> T
Returns a copy of this area value in square um
Note: This method is not available for f32 and other number types lacking the From<f64> trait
Sourcepub fn from_um2(um2: T) -> Self
pub fn from_um2(um2: T) -> Self
Returns a new area value from the given number of square um
Note: This method is not available for f32 and other number types lacking the From<f64> trait
§Arguments
um2- Any number-like type, representing a quantity of square um
Sourcepub fn to_nm2(&self) -> T
pub fn to_nm2(&self) -> T
Returns a copy of this area value in square nm
Note: This method is not available for f32 and other number types lacking the From<f64> trait
Sourcepub fn from_nm2(nm2: T) -> Self
pub fn from_nm2(nm2: T) -> Self
Returns a new area value from the given number of square nm
Note: This method is not available for f32 and other number types lacking the From<f64> trait
§Arguments
nm2- Any number-like type, representing a quantity of square nm
Trait Implementations§
Source§impl<T: NumLike> Add for &Area<T>
Adding two unit values of the same type returns a new unit value of the same type (automatically clones the referenced data for convenient ergonomics)
impl<T: NumLike> Add for &Area<T>
Adding two unit values of the same type returns a new unit value of the same type (automatically clones the referenced data for convenient ergonomics)
Source§impl<T: NumLike> Add for Area<T>
Adding two unit values of the same type returns a new unit value of the same type
impl<T: NumLike> Add for Area<T>
Adding two unit values of the same type returns a new unit value of the same type
Source§impl<T: NumLike> AddAssign for Area<T>
Adds the given unit value to this unit value
impl<T: NumLike> AddAssign for Area<T>
Adds the given unit value to this unit value
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
+= operation. Read moreSource§impl<T> Div<&Area<T>> for &AreaPerLumen<T>where
T: NumLike,
Dividing a AreaPerLumen by a Area returns a value of type InverseLuminousFlux
impl<T> Div<&Area<T>> for &AreaPerLumen<T>where
T: NumLike,
Dividing a AreaPerLumen by a Area returns a value of type InverseLuminousFlux
Source§impl<T> Div<&Area<T>> for &AreaPerMass<T>where
T: NumLike,
Dividing a AreaPerMass by a Area returns a value of type InverseMass
impl<T> Div<&Area<T>> for &AreaPerMass<T>where
T: NumLike,
Dividing a AreaPerMass by a Area returns a value of type InverseMass
Source§impl<T> Div<&Area<T>> for &Distance<T>where
T: NumLike,
Dividing a Distance by a Area returns a value of type InverseDistance
impl<T> Div<&Area<T>> for &Distance<T>where
T: NumLike,
Dividing a Distance by a Area returns a value of type InverseDistance
Source§impl<T> Div<&Area<T>> for &Force<T>where
T: NumLike,
Dividing a Force by a Area returns a value of type Pressure
impl<T> Div<&Area<T>> for &Force<T>where
T: NumLike,
Dividing a Force by a Area returns a value of type Pressure
Source§impl<T> Div<&Area<T>> for &InverseDistance<T>where
T: NumLike,
Dividing a InverseDistance by a Area returns a value of type InverseVolume
impl<T> Div<&Area<T>> for &InverseDistance<T>where
T: NumLike,
Dividing a InverseDistance by a Area returns a value of type InverseVolume
Source§impl<T> Div<&Area<T>> for &InverseMagneticFluxDensity<T>where
T: NumLike,
Dividing a InverseMagneticFluxDensity by a Area returns a value of type InverseMagneticFlux
impl<T> Div<&Area<T>> for &InverseMagneticFluxDensity<T>where
T: NumLike,
Dividing a InverseMagneticFluxDensity by a Area returns a value of type InverseMagneticFlux
Source§impl<T> Div<&Area<T>> for &InversePressure<T>where
T: NumLike,
Dividing a InversePressure by a Area returns a value of type InverseForce
impl<T> Div<&Area<T>> for &InversePressure<T>where
T: NumLike,
Dividing a InversePressure by a Area returns a value of type InverseForce
Source§impl<T> Div<&Area<T>> for &LuminousFlux<T>where
T: NumLike,
Dividing a LuminousFlux by a Area returns a value of type Illuminance
impl<T> Div<&Area<T>> for &LuminousFlux<T>where
T: NumLike,
Dividing a LuminousFlux by a Area returns a value of type Illuminance
Source§impl<T> Div<&Area<T>> for &MagneticFlux<T>where
T: NumLike,
Dividing a MagneticFlux by a Area returns a value of type MagneticFluxDensity
impl<T> Div<&Area<T>> for &MagneticFlux<T>where
T: NumLike,
Dividing a MagneticFlux by a Area returns a value of type MagneticFluxDensity
Source§impl<T> Div<&Area<T>> for &Mass<T>where
T: NumLike,
Dividing a Mass by a Area returns a value of type AreaDensity
impl<T> Div<&Area<T>> for &Mass<T>where
T: NumLike,
Dividing a Mass by a Area returns a value of type AreaDensity
Source§impl<T> Div<&Area<T>> for &MomentOfInertia<T>where
T: NumLike,
Dividing a MomentOfInertia by a Area returns a value of type Mass
impl<T> Div<&Area<T>> for &MomentOfInertia<T>where
T: NumLike,
Dividing a MomentOfInertia by a Area returns a value of type Mass
Source§impl<T> Div<&Area<T>> for &Volume<T>where
T: NumLike,
Dividing a Volume by a Area returns a value of type Distance
impl<T> Div<&Area<T>> for &Volume<T>where
T: NumLike,
Dividing a Volume by a Area returns a value of type Distance
Source§impl<T> Div<&Area<T>> for &f32
Dividing a scalar value by a Area unit value returns a value of type InverseArea
impl<T> Div<&Area<T>> for &f32
Dividing a scalar value by a Area unit value returns a value of type InverseArea
Source§impl<T> Div<&Area<T>> for &f64
Dividing a scalar value by a Area unit value returns a value of type InverseArea
impl<T> Div<&Area<T>> for &f64
Dividing a scalar value by a Area unit value returns a value of type InverseArea
Source§impl<T> Div<&Area<T>> for &i32
Dividing a scalar value by a Area unit value returns a value of type InverseArea
impl<T> Div<&Area<T>> for &i32
Dividing a scalar value by a Area unit value returns a value of type InverseArea
Source§impl<T> Div<&Area<T>> for &i64
Dividing a scalar value by a Area unit value returns a value of type InverseArea
impl<T> Div<&Area<T>> for &i64
Dividing a scalar value by a Area unit value returns a value of type InverseArea
Source§impl<T> Div<&Area<T>> for AreaPerLumen<T>where
T: NumLike,
Dividing a AreaPerLumen by a Area returns a value of type InverseLuminousFlux
impl<T> Div<&Area<T>> for AreaPerLumen<T>where
T: NumLike,
Dividing a AreaPerLumen by a Area returns a value of type InverseLuminousFlux
Source§impl<T> Div<&Area<T>> for AreaPerMass<T>where
T: NumLike,
Dividing a AreaPerMass by a Area returns a value of type InverseMass
impl<T> Div<&Area<T>> for AreaPerMass<T>where
T: NumLike,
Dividing a AreaPerMass by a Area returns a value of type InverseMass
Source§impl<T> Div<&Area<T>> for Distance<T>where
T: NumLike,
Dividing a Distance by a Area returns a value of type InverseDistance
impl<T> Div<&Area<T>> for Distance<T>where
T: NumLike,
Dividing a Distance by a Area returns a value of type InverseDistance
Source§impl<T> Div<&Area<T>> for Force<T>where
T: NumLike,
Dividing a Force by a Area returns a value of type Pressure
impl<T> Div<&Area<T>> for Force<T>where
T: NumLike,
Dividing a Force by a Area returns a value of type Pressure
Source§impl<T> Div<&Area<T>> for InverseDistance<T>where
T: NumLike,
Dividing a InverseDistance by a Area returns a value of type InverseVolume
impl<T> Div<&Area<T>> for InverseDistance<T>where
T: NumLike,
Dividing a InverseDistance by a Area returns a value of type InverseVolume
Source§impl<T> Div<&Area<T>> for InverseMagneticFluxDensity<T>where
T: NumLike,
Dividing a InverseMagneticFluxDensity by a Area returns a value of type InverseMagneticFlux
impl<T> Div<&Area<T>> for InverseMagneticFluxDensity<T>where
T: NumLike,
Dividing a InverseMagneticFluxDensity by a Area returns a value of type InverseMagneticFlux
Source§impl<T> Div<&Area<T>> for InversePressure<T>where
T: NumLike,
Dividing a InversePressure by a Area returns a value of type InverseForce
impl<T> Div<&Area<T>> for InversePressure<T>where
T: NumLike,
Dividing a InversePressure by a Area returns a value of type InverseForce
Source§impl<T> Div<&Area<T>> for LuminousFlux<T>where
T: NumLike,
Dividing a LuminousFlux by a Area returns a value of type Illuminance
impl<T> Div<&Area<T>> for LuminousFlux<T>where
T: NumLike,
Dividing a LuminousFlux by a Area returns a value of type Illuminance
Source§impl<T> Div<&Area<T>> for MagneticFlux<T>where
T: NumLike,
Dividing a MagneticFlux by a Area returns a value of type MagneticFluxDensity
impl<T> Div<&Area<T>> for MagneticFlux<T>where
T: NumLike,
Dividing a MagneticFlux by a Area returns a value of type MagneticFluxDensity
Source§impl<T> Div<&Area<T>> for Mass<T>where
T: NumLike,
Dividing a Mass by a Area returns a value of type AreaDensity
impl<T> Div<&Area<T>> for Mass<T>where
T: NumLike,
Dividing a Mass by a Area returns a value of type AreaDensity
Source§impl<T> Div<&Area<T>> for MomentOfInertia<T>where
T: NumLike,
Dividing a MomentOfInertia by a Area returns a value of type Mass
impl<T> Div<&Area<T>> for MomentOfInertia<T>where
T: NumLike,
Dividing a MomentOfInertia by a Area returns a value of type Mass
Source§impl<T> Div<&Area<T>> for Volume<T>where
T: NumLike,
Dividing a Volume by a Area returns a value of type Distance
impl<T> Div<&Area<T>> for Volume<T>where
T: NumLike,
Dividing a Volume by a Area returns a value of type Distance
Source§impl<T> Div<&Area<T>> for f32
Dividing a scalar value by a Area unit value returns a value of type InverseArea
impl<T> Div<&Area<T>> for f32
Dividing a scalar value by a Area unit value returns a value of type InverseArea
Source§impl<T> Div<&Area<T>> for f64
Dividing a scalar value by a Area unit value returns a value of type InverseArea
impl<T> Div<&Area<T>> for f64
Dividing a scalar value by a Area unit value returns a value of type InverseArea
Source§impl<T> Div<&Area<T>> for i32
Dividing a scalar value by a Area unit value returns a value of type InverseArea
impl<T> Div<&Area<T>> for i32
Dividing a scalar value by a Area unit value returns a value of type InverseArea
Source§impl<T> Div<&Area<T>> for i64
Dividing a scalar value by a Area unit value returns a value of type InverseArea
impl<T> Div<&Area<T>> for i64
Dividing a scalar value by a Area unit value returns a value of type InverseArea
Source§impl<T> Div<&AreaPerLumen<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a AreaPerLumen returns a value of type LuminousFlux
impl<T> Div<&AreaPerLumen<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a AreaPerLumen returns a value of type LuminousFlux
Source§type Output = LuminousFlux<T>
type Output = LuminousFlux<T>
/ operator.Source§impl<T> Div<&AreaPerLumen<T>> for Area<T>where
T: NumLike,
Dividing a Area by a AreaPerLumen returns a value of type LuminousFlux
impl<T> Div<&AreaPerLumen<T>> for Area<T>where
T: NumLike,
Dividing a Area by a AreaPerLumen returns a value of type LuminousFlux
Source§type Output = LuminousFlux<T>
type Output = LuminousFlux<T>
/ operator.Source§impl<T> Div<&AreaPerMass<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a AreaPerMass returns a value of type Mass
impl<T> Div<&AreaPerMass<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a AreaPerMass returns a value of type Mass
Source§impl<T> Div<&AreaPerMass<T>> for Area<T>where
T: NumLike,
Dividing a Area by a AreaPerMass returns a value of type Mass
impl<T> Div<&AreaPerMass<T>> for Area<T>where
T: NumLike,
Dividing a Area by a AreaPerMass returns a value of type Mass
Source§impl<T> Div<&Distance<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a Distance returns a value of type Distance
impl<T> Div<&Distance<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a Distance returns a value of type Distance
Source§impl<T> Div<&Distance<T>> for Area<T>where
T: NumLike,
Dividing a Area by a Distance returns a value of type Distance
impl<T> Div<&Distance<T>> for Area<T>where
T: NumLike,
Dividing a Area by a Distance returns a value of type Distance
Source§impl<T> Div<&Force<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a Force returns a value of type InversePressure
impl<T> Div<&Force<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a Force returns a value of type InversePressure
Source§impl<T> Div<&Force<T>> for Area<T>where
T: NumLike,
Dividing a Area by a Force returns a value of type InversePressure
impl<T> Div<&Force<T>> for Area<T>where
T: NumLike,
Dividing a Area by a Force returns a value of type InversePressure
Source§impl<T> Div<&InverseDistance<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a InverseDistance returns a value of type Volume
impl<T> Div<&InverseDistance<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a InverseDistance returns a value of type Volume
Source§impl<T> Div<&InverseDistance<T>> for Area<T>where
T: NumLike,
Dividing a Area by a InverseDistance returns a value of type Volume
impl<T> Div<&InverseDistance<T>> for Area<T>where
T: NumLike,
Dividing a Area by a InverseDistance returns a value of type Volume
Source§impl<T> Div<&InverseMagneticFluxDensity<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a InverseMagneticFluxDensity returns a value of type MagneticFlux
impl<T> Div<&InverseMagneticFluxDensity<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a InverseMagneticFluxDensity returns a value of type MagneticFlux
Source§type Output = MagneticFlux<T>
type Output = MagneticFlux<T>
/ operator.Source§impl<T> Div<&InverseMagneticFluxDensity<T>> for Area<T>where
T: NumLike,
Dividing a Area by a InverseMagneticFluxDensity returns a value of type MagneticFlux
impl<T> Div<&InverseMagneticFluxDensity<T>> for Area<T>where
T: NumLike,
Dividing a Area by a InverseMagneticFluxDensity returns a value of type MagneticFlux
Source§type Output = MagneticFlux<T>
type Output = MagneticFlux<T>
/ operator.Source§impl<T> Div<&InversePressure<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a InversePressure returns a value of type Force
impl<T> Div<&InversePressure<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a InversePressure returns a value of type Force
Source§impl<T> Div<&InversePressure<T>> for Area<T>where
T: NumLike,
Dividing a Area by a InversePressure returns a value of type Force
impl<T> Div<&InversePressure<T>> for Area<T>where
T: NumLike,
Dividing a Area by a InversePressure returns a value of type Force
Source§impl<T> Div<&LuminousFlux<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a LuminousFlux returns a value of type AreaPerLumen
impl<T> Div<&LuminousFlux<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a LuminousFlux returns a value of type AreaPerLumen
Source§type Output = AreaPerLumen<T>
type Output = AreaPerLumen<T>
/ operator.Source§impl<T> Div<&LuminousFlux<T>> for Area<T>where
T: NumLike,
Dividing a Area by a LuminousFlux returns a value of type AreaPerLumen
impl<T> Div<&LuminousFlux<T>> for Area<T>where
T: NumLike,
Dividing a Area by a LuminousFlux returns a value of type AreaPerLumen
Source§type Output = AreaPerLumen<T>
type Output = AreaPerLumen<T>
/ operator.Source§impl<T> Div<&MagneticFlux<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a MagneticFlux returns a value of type InverseMagneticFluxDensity
impl<T> Div<&MagneticFlux<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a MagneticFlux returns a value of type InverseMagneticFluxDensity
Source§type Output = InverseMagneticFluxDensity<T>
type Output = InverseMagneticFluxDensity<T>
/ operator.Source§impl<T> Div<&MagneticFlux<T>> for Area<T>where
T: NumLike,
Dividing a Area by a MagneticFlux returns a value of type InverseMagneticFluxDensity
impl<T> Div<&MagneticFlux<T>> for Area<T>where
T: NumLike,
Dividing a Area by a MagneticFlux returns a value of type InverseMagneticFluxDensity
Source§type Output = InverseMagneticFluxDensity<T>
type Output = InverseMagneticFluxDensity<T>
/ operator.Source§impl<T> Div<&Mass<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a Mass returns a value of type AreaPerMass
impl<T> Div<&Mass<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a Mass returns a value of type AreaPerMass
Source§impl<T> Div<&Mass<T>> for Area<T>where
T: NumLike,
Dividing a Area by a Mass returns a value of type AreaPerMass
impl<T> Div<&Mass<T>> for Area<T>where
T: NumLike,
Dividing a Area by a Mass returns a value of type AreaPerMass
Source§impl<T> Div<&MomentOfInertia<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a MomentOfInertia returns a value of type InverseMass
impl<T> Div<&MomentOfInertia<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a MomentOfInertia returns a value of type InverseMass
Source§type Output = InverseMass<T>
type Output = InverseMass<T>
/ operator.Source§impl<T> Div<&MomentOfInertia<T>> for Area<T>where
T: NumLike,
Dividing a Area by a MomentOfInertia returns a value of type InverseMass
impl<T> Div<&MomentOfInertia<T>> for Area<T>where
T: NumLike,
Dividing a Area by a MomentOfInertia returns a value of type InverseMass
Source§type Output = InverseMass<T>
type Output = InverseMass<T>
/ operator.Source§impl<T> Div<&T> for &Area<T>where
T: NumLike,
Dividing a unit value by a scalar value returns a unit value
impl<T> Div<&T> for &Area<T>where
T: NumLike,
Dividing a unit value by a scalar value returns a unit value
Source§impl<T> Div<&T> for Area<T>where
T: NumLike,
Dividing a unit value by a scalar value returns a unit value
impl<T> Div<&T> for Area<T>where
T: NumLike,
Dividing a unit value by a scalar value returns a unit value
Source§impl<T> Div<&Volume<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a Volume returns a value of type InverseDistance
impl<T> Div<&Volume<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a Volume returns a value of type InverseDistance
Source§impl<T> Div<&Volume<T>> for Area<T>where
T: NumLike,
Dividing a Area by a Volume returns a value of type InverseDistance
impl<T> Div<&Volume<T>> for Area<T>where
T: NumLike,
Dividing a Area by a Volume returns a value of type InverseDistance
Source§impl<T> Div<Area<T>> for &AreaPerLumen<T>where
T: NumLike,
Dividing a AreaPerLumen by a Area returns a value of type InverseLuminousFlux
impl<T> Div<Area<T>> for &AreaPerLumen<T>where
T: NumLike,
Dividing a AreaPerLumen by a Area returns a value of type InverseLuminousFlux
Source§impl<T> Div<Area<T>> for &AreaPerMass<T>where
T: NumLike,
Dividing a AreaPerMass by a Area returns a value of type InverseMass
impl<T> Div<Area<T>> for &AreaPerMass<T>where
T: NumLike,
Dividing a AreaPerMass by a Area returns a value of type InverseMass
Source§impl<T> Div<Area<T>> for &Distance<T>where
T: NumLike,
Dividing a Distance by a Area returns a value of type InverseDistance
impl<T> Div<Area<T>> for &Distance<T>where
T: NumLike,
Dividing a Distance by a Area returns a value of type InverseDistance
Source§impl<T> Div<Area<T>> for &Force<T>where
T: NumLike,
Dividing a Force by a Area returns a value of type Pressure
impl<T> Div<Area<T>> for &Force<T>where
T: NumLike,
Dividing a Force by a Area returns a value of type Pressure
Source§impl<T> Div<Area<T>> for &InverseDistance<T>where
T: NumLike,
Dividing a InverseDistance by a Area returns a value of type InverseVolume
impl<T> Div<Area<T>> for &InverseDistance<T>where
T: NumLike,
Dividing a InverseDistance by a Area returns a value of type InverseVolume
Source§impl<T> Div<Area<T>> for &InverseMagneticFluxDensity<T>where
T: NumLike,
Dividing a InverseMagneticFluxDensity by a Area returns a value of type InverseMagneticFlux
impl<T> Div<Area<T>> for &InverseMagneticFluxDensity<T>where
T: NumLike,
Dividing a InverseMagneticFluxDensity by a Area returns a value of type InverseMagneticFlux
Source§impl<T> Div<Area<T>> for &InversePressure<T>where
T: NumLike,
Dividing a InversePressure by a Area returns a value of type InverseForce
impl<T> Div<Area<T>> for &InversePressure<T>where
T: NumLike,
Dividing a InversePressure by a Area returns a value of type InverseForce
Source§impl<T> Div<Area<T>> for &LuminousFlux<T>where
T: NumLike,
Dividing a LuminousFlux by a Area returns a value of type Illuminance
impl<T> Div<Area<T>> for &LuminousFlux<T>where
T: NumLike,
Dividing a LuminousFlux by a Area returns a value of type Illuminance
Source§impl<T> Div<Area<T>> for &MagneticFlux<T>where
T: NumLike,
Dividing a MagneticFlux by a Area returns a value of type MagneticFluxDensity
impl<T> Div<Area<T>> for &MagneticFlux<T>where
T: NumLike,
Dividing a MagneticFlux by a Area returns a value of type MagneticFluxDensity
Source§impl<T> Div<Area<T>> for &Mass<T>where
T: NumLike,
Dividing a Mass by a Area returns a value of type AreaDensity
impl<T> Div<Area<T>> for &Mass<T>where
T: NumLike,
Dividing a Mass by a Area returns a value of type AreaDensity
Source§impl<T> Div<Area<T>> for &MomentOfInertia<T>where
T: NumLike,
Dividing a MomentOfInertia by a Area returns a value of type Mass
impl<T> Div<Area<T>> for &MomentOfInertia<T>where
T: NumLike,
Dividing a MomentOfInertia by a Area returns a value of type Mass
Source§impl<T> Div<Area<T>> for &Volume<T>where
T: NumLike,
Dividing a Volume by a Area returns a value of type Distance
impl<T> Div<Area<T>> for &Volume<T>where
T: NumLike,
Dividing a Volume by a Area returns a value of type Distance
Source§impl<T> Div<Area<T>> for &f32
Dividing a scalar value by a Area unit value returns a value of type InverseArea
impl<T> Div<Area<T>> for &f32
Dividing a scalar value by a Area unit value returns a value of type InverseArea
Source§impl<T> Div<Area<T>> for &f64
Dividing a scalar value by a Area unit value returns a value of type InverseArea
impl<T> Div<Area<T>> for &f64
Dividing a scalar value by a Area unit value returns a value of type InverseArea
Source§impl<T> Div<Area<T>> for &i32
Dividing a scalar value by a Area unit value returns a value of type InverseArea
impl<T> Div<Area<T>> for &i32
Dividing a scalar value by a Area unit value returns a value of type InverseArea
Source§impl<T> Div<Area<T>> for &i64
Dividing a scalar value by a Area unit value returns a value of type InverseArea
impl<T> Div<Area<T>> for &i64
Dividing a scalar value by a Area unit value returns a value of type InverseArea
Source§impl<T> Div<Area<T>> for AreaPerLumen<T>where
T: NumLike,
Dividing a AreaPerLumen by a Area returns a value of type InverseLuminousFlux
impl<T> Div<Area<T>> for AreaPerLumen<T>where
T: NumLike,
Dividing a AreaPerLumen by a Area returns a value of type InverseLuminousFlux
Source§impl<T> Div<Area<T>> for AreaPerMass<T>where
T: NumLike,
Dividing a AreaPerMass by a Area returns a value of type InverseMass
impl<T> Div<Area<T>> for AreaPerMass<T>where
T: NumLike,
Dividing a AreaPerMass by a Area returns a value of type InverseMass
Source§impl<T> Div<Area<T>> for Distance<T>where
T: NumLike,
Dividing a Distance by a Area returns a value of type InverseDistance
impl<T> Div<Area<T>> for Distance<T>where
T: NumLike,
Dividing a Distance by a Area returns a value of type InverseDistance
Source§impl<T> Div<Area<T>> for Force<T>where
T: NumLike,
Dividing a Force by a Area returns a value of type Pressure
impl<T> Div<Area<T>> for Force<T>where
T: NumLike,
Dividing a Force by a Area returns a value of type Pressure
Source§impl<T> Div<Area<T>> for InverseDistance<T>where
T: NumLike,
Dividing a InverseDistance by a Area returns a value of type InverseVolume
impl<T> Div<Area<T>> for InverseDistance<T>where
T: NumLike,
Dividing a InverseDistance by a Area returns a value of type InverseVolume
Source§impl<T> Div<Area<T>> for InverseMagneticFluxDensity<T>where
T: NumLike,
Dividing a InverseMagneticFluxDensity by a Area returns a value of type InverseMagneticFlux
impl<T> Div<Area<T>> for InverseMagneticFluxDensity<T>where
T: NumLike,
Dividing a InverseMagneticFluxDensity by a Area returns a value of type InverseMagneticFlux
Source§impl<T> Div<Area<T>> for InversePressure<T>where
T: NumLike,
Dividing a InversePressure by a Area returns a value of type InverseForce
impl<T> Div<Area<T>> for InversePressure<T>where
T: NumLike,
Dividing a InversePressure by a Area returns a value of type InverseForce
Source§impl<T> Div<Area<T>> for LuminousFlux<T>where
T: NumLike,
Dividing a LuminousFlux by a Area returns a value of type Illuminance
impl<T> Div<Area<T>> for LuminousFlux<T>where
T: NumLike,
Dividing a LuminousFlux by a Area returns a value of type Illuminance
Source§impl<T> Div<Area<T>> for MagneticFlux<T>where
T: NumLike,
Dividing a MagneticFlux by a Area returns a value of type MagneticFluxDensity
impl<T> Div<Area<T>> for MagneticFlux<T>where
T: NumLike,
Dividing a MagneticFlux by a Area returns a value of type MagneticFluxDensity
Source§impl<T> Div<Area<T>> for Mass<T>where
T: NumLike,
Dividing a Mass by a Area returns a value of type AreaDensity
impl<T> Div<Area<T>> for Mass<T>where
T: NumLike,
Dividing a Mass by a Area returns a value of type AreaDensity
Source§impl<T> Div<Area<T>> for MomentOfInertia<T>where
T: NumLike,
Dividing a MomentOfInertia by a Area returns a value of type Mass
impl<T> Div<Area<T>> for MomentOfInertia<T>where
T: NumLike,
Dividing a MomentOfInertia by a Area returns a value of type Mass
Source§impl<T> Div<Area<T>> for Volume<T>where
T: NumLike,
Dividing a Volume by a Area returns a value of type Distance
impl<T> Div<Area<T>> for Volume<T>where
T: NumLike,
Dividing a Volume by a Area returns a value of type Distance
Source§impl<T> Div<Area<T>> for f32
Dividing a scalar value by a Area unit value returns a value of type InverseArea
impl<T> Div<Area<T>> for f32
Dividing a scalar value by a Area unit value returns a value of type InverseArea
Source§impl<T> Div<Area<T>> for f64
Dividing a scalar value by a Area unit value returns a value of type InverseArea
impl<T> Div<Area<T>> for f64
Dividing a scalar value by a Area unit value returns a value of type InverseArea
Source§impl<T> Div<Area<T>> for i32
Dividing a scalar value by a Area unit value returns a value of type InverseArea
impl<T> Div<Area<T>> for i32
Dividing a scalar value by a Area unit value returns a value of type InverseArea
Source§impl<T> Div<Area<T>> for i64
Dividing a scalar value by a Area unit value returns a value of type InverseArea
impl<T> Div<Area<T>> for i64
Dividing a scalar value by a Area unit value returns a value of type InverseArea
Source§impl<T> Div<AreaPerLumen<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a AreaPerLumen returns a value of type LuminousFlux
impl<T> Div<AreaPerLumen<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a AreaPerLumen returns a value of type LuminousFlux
Source§type Output = LuminousFlux<T>
type Output = LuminousFlux<T>
/ operator.Source§impl<T> Div<AreaPerLumen<T>> for Area<T>where
T: NumLike,
Dividing a Area by a AreaPerLumen returns a value of type LuminousFlux
impl<T> Div<AreaPerLumen<T>> for Area<T>where
T: NumLike,
Dividing a Area by a AreaPerLumen returns a value of type LuminousFlux
Source§type Output = LuminousFlux<T>
type Output = LuminousFlux<T>
/ operator.Source§impl<T> Div<AreaPerMass<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a AreaPerMass returns a value of type Mass
impl<T> Div<AreaPerMass<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a AreaPerMass returns a value of type Mass
Source§impl<T> Div<AreaPerMass<T>> for Area<T>where
T: NumLike,
Dividing a Area by a AreaPerMass returns a value of type Mass
impl<T> Div<AreaPerMass<T>> for Area<T>where
T: NumLike,
Dividing a Area by a AreaPerMass returns a value of type Mass
Source§impl<T> Div<Distance<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a Distance returns a value of type Distance
impl<T> Div<Distance<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a Distance returns a value of type Distance
Source§impl<T> Div<Distance<T>> for Area<T>where
T: NumLike,
Dividing a Area by a Distance returns a value of type Distance
impl<T> Div<Distance<T>> for Area<T>where
T: NumLike,
Dividing a Area by a Distance returns a value of type Distance
Source§impl<T> Div<Force<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a Force returns a value of type InversePressure
impl<T> Div<Force<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a Force returns a value of type InversePressure
Source§impl<T> Div<Force<T>> for Area<T>where
T: NumLike,
Dividing a Area by a Force returns a value of type InversePressure
impl<T> Div<Force<T>> for Area<T>where
T: NumLike,
Dividing a Area by a Force returns a value of type InversePressure
Source§impl<T> Div<InverseDistance<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a InverseDistance returns a value of type Volume
impl<T> Div<InverseDistance<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a InverseDistance returns a value of type Volume
Source§impl<T> Div<InverseDistance<T>> for Area<T>where
T: NumLike,
Dividing a Area by a InverseDistance returns a value of type Volume
impl<T> Div<InverseDistance<T>> for Area<T>where
T: NumLike,
Dividing a Area by a InverseDistance returns a value of type Volume
Source§impl<T> Div<InverseMagneticFluxDensity<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a InverseMagneticFluxDensity returns a value of type MagneticFlux
impl<T> Div<InverseMagneticFluxDensity<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a InverseMagneticFluxDensity returns a value of type MagneticFlux
Source§type Output = MagneticFlux<T>
type Output = MagneticFlux<T>
/ operator.Source§impl<T> Div<InverseMagneticFluxDensity<T>> for Area<T>where
T: NumLike,
Dividing a Area by a InverseMagneticFluxDensity returns a value of type MagneticFlux
impl<T> Div<InverseMagneticFluxDensity<T>> for Area<T>where
T: NumLike,
Dividing a Area by a InverseMagneticFluxDensity returns a value of type MagneticFlux
Source§type Output = MagneticFlux<T>
type Output = MagneticFlux<T>
/ operator.Source§impl<T> Div<InversePressure<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a InversePressure returns a value of type Force
impl<T> Div<InversePressure<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a InversePressure returns a value of type Force
Source§impl<T> Div<InversePressure<T>> for Area<T>where
T: NumLike,
Dividing a Area by a InversePressure returns a value of type Force
impl<T> Div<InversePressure<T>> for Area<T>where
T: NumLike,
Dividing a Area by a InversePressure returns a value of type Force
Source§impl<T> Div<LuminousFlux<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a LuminousFlux returns a value of type AreaPerLumen
impl<T> Div<LuminousFlux<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a LuminousFlux returns a value of type AreaPerLumen
Source§type Output = AreaPerLumen<T>
type Output = AreaPerLumen<T>
/ operator.Source§impl<T> Div<LuminousFlux<T>> for Area<T>where
T: NumLike,
Dividing a Area by a LuminousFlux returns a value of type AreaPerLumen
impl<T> Div<LuminousFlux<T>> for Area<T>where
T: NumLike,
Dividing a Area by a LuminousFlux returns a value of type AreaPerLumen
Source§type Output = AreaPerLumen<T>
type Output = AreaPerLumen<T>
/ operator.Source§impl<T> Div<MagneticFlux<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a MagneticFlux returns a value of type InverseMagneticFluxDensity
impl<T> Div<MagneticFlux<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a MagneticFlux returns a value of type InverseMagneticFluxDensity
Source§type Output = InverseMagneticFluxDensity<T>
type Output = InverseMagneticFluxDensity<T>
/ operator.Source§impl<T> Div<MagneticFlux<T>> for Area<T>where
T: NumLike,
Dividing a Area by a MagneticFlux returns a value of type InverseMagneticFluxDensity
impl<T> Div<MagneticFlux<T>> for Area<T>where
T: NumLike,
Dividing a Area by a MagneticFlux returns a value of type InverseMagneticFluxDensity
Source§type Output = InverseMagneticFluxDensity<T>
type Output = InverseMagneticFluxDensity<T>
/ operator.Source§impl<T> Div<Mass<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a Mass returns a value of type AreaPerMass
impl<T> Div<Mass<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a Mass returns a value of type AreaPerMass
Source§impl<T> Div<Mass<T>> for Area<T>where
T: NumLike,
Dividing a Area by a Mass returns a value of type AreaPerMass
impl<T> Div<Mass<T>> for Area<T>where
T: NumLike,
Dividing a Area by a Mass returns a value of type AreaPerMass
Source§impl<T> Div<MomentOfInertia<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a MomentOfInertia returns a value of type InverseMass
impl<T> Div<MomentOfInertia<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a MomentOfInertia returns a value of type InverseMass
Source§type Output = InverseMass<T>
type Output = InverseMass<T>
/ operator.Source§impl<T> Div<MomentOfInertia<T>> for Area<T>where
T: NumLike,
Dividing a Area by a MomentOfInertia returns a value of type InverseMass
impl<T> Div<MomentOfInertia<T>> for Area<T>where
T: NumLike,
Dividing a Area by a MomentOfInertia returns a value of type InverseMass
Source§type Output = InverseMass<T>
type Output = InverseMass<T>
/ operator.Source§impl<T: NumLike> Div<T> for &Area<T>
Dividing a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T: NumLike> Div<T> for &Area<T>
Dividing a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§impl<T: NumLike> Div<T> for Area<T>
Dividing a unit value by a scalar value returns a unit value
impl<T: NumLike> Div<T> for Area<T>
Dividing a unit value by a scalar value returns a unit value
Source§impl<T> Div<Volume<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a Volume returns a value of type InverseDistance
impl<T> Div<Volume<T>> for &Area<T>where
T: NumLike,
Dividing a Area by a Volume returns a value of type InverseDistance
Source§impl<T> Div<Volume<T>> for Area<T>where
T: NumLike,
Dividing a Area by a Volume returns a value of type InverseDistance
impl<T> Div<Volume<T>> for Area<T>where
T: NumLike,
Dividing a Area by a Volume returns a value of type InverseDistance
Source§impl<T: NumLike> Div for &Area<T>
Dividing a unit value by another of the same type returns a scalar value (automatically clones the referenced data for convenient ergonomics)
impl<T: NumLike> Div for &Area<T>
Dividing a unit value by another of the same type returns a scalar value (automatically clones the referenced data for convenient ergonomics)
Source§impl<T: NumLike> Div for Area<T>
Dividing a unit value by another of the same type returns a scalar value
impl<T: NumLike> Div for Area<T>
Dividing a unit value by another of the same type returns a scalar value
Source§impl<T: NumLike> DivAssign<T> for Area<T>
Divides this unit value by a scalar
impl<T: NumLike> DivAssign<T> for Area<T>
Divides this unit value by a scalar
Source§fn div_assign(&mut self, rhs: T)
fn div_assign(&mut self, rhs: T)
/= operation. Read moreSource§impl<T> Hash for Area<T>
This struct implements the Hash trait if it’s member data type also has the Hash trait
impl<T> Hash for Area<T>
This struct implements the Hash trait if it’s member data type also has the Hash trait
Source§impl<T> Mul<&Area<T>> for &AreaDensity<T>where
T: NumLike,
Multiplying a AreaDensity by a Area returns a value of type Mass
impl<T> Mul<&Area<T>> for &AreaDensity<T>where
T: NumLike,
Multiplying a AreaDensity by a Area returns a value of type Mass
Source§impl<T> Mul<&Area<T>> for &Distance<T>where
T: NumLike,
Multiplying a Distance by a Area returns a value of type Volume
impl<T> Mul<&Area<T>> for &Distance<T>where
T: NumLike,
Multiplying a Distance by a Area returns a value of type Volume
Source§impl<T> Mul<&Area<T>> for &Illuminance<T>where
T: NumLike,
Multiplying a Illuminance by a Area returns a value of type LuminousFlux
impl<T> Mul<&Area<T>> for &Illuminance<T>where
T: NumLike,
Multiplying a Illuminance by a Area returns a value of type LuminousFlux
Source§impl<T> Mul<&Area<T>> for &InverseDistance<T>where
T: NumLike,
Multiplying a InverseDistance by a Area returns a value of type Distance
impl<T> Mul<&Area<T>> for &InverseDistance<T>where
T: NumLike,
Multiplying a InverseDistance by a Area returns a value of type Distance
Source§impl<T> Mul<&Area<T>> for &InverseForce<T>where
T: NumLike,
Multiplying a InverseForce by a Area returns a value of type InversePressure
impl<T> Mul<&Area<T>> for &InverseForce<T>where
T: NumLike,
Multiplying a InverseForce by a Area returns a value of type InversePressure
Source§impl<T> Mul<&Area<T>> for &InverseLuminousFlux<T>where
T: NumLike,
Multiplying a InverseLuminousFlux by a Area returns a value of type AreaPerLumen
impl<T> Mul<&Area<T>> for &InverseLuminousFlux<T>where
T: NumLike,
Multiplying a InverseLuminousFlux by a Area returns a value of type AreaPerLumen
Source§impl<T> Mul<&Area<T>> for &InverseMagneticFlux<T>where
T: NumLike,
Multiplying a InverseMagneticFlux by a Area returns a value of type InverseMagneticFluxDensity
impl<T> Mul<&Area<T>> for &InverseMagneticFlux<T>where
T: NumLike,
Multiplying a InverseMagneticFlux by a Area returns a value of type InverseMagneticFluxDensity
Source§impl<T> Mul<&Area<T>> for &InverseMass<T>where
T: NumLike,
Multiplying a InverseMass by a Area returns a value of type AreaPerMass
impl<T> Mul<&Area<T>> for &InverseMass<T>where
T: NumLike,
Multiplying a InverseMass by a Area returns a value of type AreaPerMass
Source§impl<T> Mul<&Area<T>> for &InverseMomentOfInertia<T>where
T: NumLike,
Multiplying a InverseMomentOfInertia by a Area returns a value of type InverseMass
impl<T> Mul<&Area<T>> for &InverseMomentOfInertia<T>where
T: NumLike,
Multiplying a InverseMomentOfInertia by a Area returns a value of type InverseMass
Source§impl<T> Mul<&Area<T>> for &InverseVolume<T>where
T: NumLike,
Multiplying a InverseVolume by a Area returns a value of type InverseDistance
impl<T> Mul<&Area<T>> for &InverseVolume<T>where
T: NumLike,
Multiplying a InverseVolume by a Area returns a value of type InverseDistance
Source§impl<T> Mul<&Area<T>> for &MagneticFluxDensity<T>where
T: NumLike,
Multiplying a MagneticFluxDensity by a Area returns a value of type MagneticFlux
impl<T> Mul<&Area<T>> for &MagneticFluxDensity<T>where
T: NumLike,
Multiplying a MagneticFluxDensity by a Area returns a value of type MagneticFlux
Source§impl<T> Mul<&Area<T>> for &Pressure<T>where
T: NumLike,
Multiplying a Pressure by a Area returns a value of type Force
impl<T> Mul<&Area<T>> for &Pressure<T>where
T: NumLike,
Multiplying a Pressure by a Area returns a value of type Force
Source§impl<T> Mul<&Area<T>> for AreaDensity<T>where
T: NumLike,
Multiplying a AreaDensity by a Area returns a value of type Mass
impl<T> Mul<&Area<T>> for AreaDensity<T>where
T: NumLike,
Multiplying a AreaDensity by a Area returns a value of type Mass
Source§impl<T> Mul<&Area<T>> for Distance<T>where
T: NumLike,
Multiplying a Distance by a Area returns a value of type Volume
impl<T> Mul<&Area<T>> for Distance<T>where
T: NumLike,
Multiplying a Distance by a Area returns a value of type Volume
Source§impl<T> Mul<&Area<T>> for Illuminance<T>where
T: NumLike,
Multiplying a Illuminance by a Area returns a value of type LuminousFlux
impl<T> Mul<&Area<T>> for Illuminance<T>where
T: NumLike,
Multiplying a Illuminance by a Area returns a value of type LuminousFlux
Source§impl<T> Mul<&Area<T>> for InverseDistance<T>where
T: NumLike,
Multiplying a InverseDistance by a Area returns a value of type Distance
impl<T> Mul<&Area<T>> for InverseDistance<T>where
T: NumLike,
Multiplying a InverseDistance by a Area returns a value of type Distance
Source§impl<T> Mul<&Area<T>> for InverseForce<T>where
T: NumLike,
Multiplying a InverseForce by a Area returns a value of type InversePressure
impl<T> Mul<&Area<T>> for InverseForce<T>where
T: NumLike,
Multiplying a InverseForce by a Area returns a value of type InversePressure
Source§impl<T> Mul<&Area<T>> for InverseLuminousFlux<T>where
T: NumLike,
Multiplying a InverseLuminousFlux by a Area returns a value of type AreaPerLumen
impl<T> Mul<&Area<T>> for InverseLuminousFlux<T>where
T: NumLike,
Multiplying a InverseLuminousFlux by a Area returns a value of type AreaPerLumen
Source§impl<T> Mul<&Area<T>> for InverseMagneticFlux<T>where
T: NumLike,
Multiplying a InverseMagneticFlux by a Area returns a value of type InverseMagneticFluxDensity
impl<T> Mul<&Area<T>> for InverseMagneticFlux<T>where
T: NumLike,
Multiplying a InverseMagneticFlux by a Area returns a value of type InverseMagneticFluxDensity
Source§impl<T> Mul<&Area<T>> for InverseMass<T>where
T: NumLike,
Multiplying a InverseMass by a Area returns a value of type AreaPerMass
impl<T> Mul<&Area<T>> for InverseMass<T>where
T: NumLike,
Multiplying a InverseMass by a Area returns a value of type AreaPerMass
Source§impl<T> Mul<&Area<T>> for InverseMomentOfInertia<T>where
T: NumLike,
Multiplying a InverseMomentOfInertia by a Area returns a value of type InverseMass
impl<T> Mul<&Area<T>> for InverseMomentOfInertia<T>where
T: NumLike,
Multiplying a InverseMomentOfInertia by a Area returns a value of type InverseMass
Source§impl<T> Mul<&Area<T>> for InverseVolume<T>where
T: NumLike,
Multiplying a InverseVolume by a Area returns a value of type InverseDistance
impl<T> Mul<&Area<T>> for InverseVolume<T>where
T: NumLike,
Multiplying a InverseVolume by a Area returns a value of type InverseDistance
Source§impl<T> Mul<&Area<T>> for MagneticFluxDensity<T>where
T: NumLike,
Multiplying a MagneticFluxDensity by a Area returns a value of type MagneticFlux
impl<T> Mul<&Area<T>> for MagneticFluxDensity<T>where
T: NumLike,
Multiplying a MagneticFluxDensity by a Area returns a value of type MagneticFlux
Source§impl<T> Mul<&Area<T>> for Pressure<T>where
T: NumLike,
Multiplying a Pressure by a Area returns a value of type Force
impl<T> Mul<&Area<T>> for Pressure<T>where
T: NumLike,
Multiplying a Pressure by a Area returns a value of type Force
Source§impl<T> Mul<&Area<T>> for f32
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&Area<T>> for f32
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§impl<T> Mul<&Area<T>> for f64
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&Area<T>> for f64
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§impl<T> Mul<&Area<T>> for i16
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&Area<T>> for i16
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§impl<T> Mul<&Area<T>> for i32
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&Area<T>> for i32
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§impl<T> Mul<&Area<T>> for i64
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&Area<T>> for i64
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§impl<T> Mul<&Area<T>> for i8
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&Area<T>> for i8
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§impl<T> Mul<&Area<T>> for u16
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&Area<T>> for u16
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§impl<T> Mul<&Area<T>> for u32
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&Area<T>> for u32
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§impl<T> Mul<&Area<T>> for u64
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&Area<T>> for u64
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§impl<T> Mul<&Area<T>> for u8
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&Area<T>> for u8
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§impl<T> Mul<&AreaDensity<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a AreaDensity returns a value of type Mass
impl<T> Mul<&AreaDensity<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a AreaDensity returns a value of type Mass
Source§impl<T> Mul<&AreaDensity<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a AreaDensity returns a value of type Mass
impl<T> Mul<&AreaDensity<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a AreaDensity returns a value of type Mass
Source§impl<T> Mul<&Distance<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a Distance returns a value of type Volume
impl<T> Mul<&Distance<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a Distance returns a value of type Volume
Source§impl<T> Mul<&Distance<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a Distance returns a value of type Volume
impl<T> Mul<&Distance<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a Distance returns a value of type Volume
Source§impl<T> Mul<&Illuminance<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a Illuminance returns a value of type LuminousFlux
impl<T> Mul<&Illuminance<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a Illuminance returns a value of type LuminousFlux
Source§type Output = LuminousFlux<T>
type Output = LuminousFlux<T>
* operator.Source§impl<T> Mul<&Illuminance<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a Illuminance returns a value of type LuminousFlux
impl<T> Mul<&Illuminance<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a Illuminance returns a value of type LuminousFlux
Source§type Output = LuminousFlux<T>
type Output = LuminousFlux<T>
* operator.Source§impl<T> Mul<&InverseDistance<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseDistance returns a value of type Distance
impl<T> Mul<&InverseDistance<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseDistance returns a value of type Distance
Source§impl<T> Mul<&InverseDistance<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseDistance returns a value of type Distance
impl<T> Mul<&InverseDistance<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseDistance returns a value of type Distance
Source§impl<T> Mul<&InverseForce<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseForce returns a value of type InversePressure
impl<T> Mul<&InverseForce<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseForce returns a value of type InversePressure
Source§type Output = InversePressure<T>
type Output = InversePressure<T>
* operator.Source§impl<T> Mul<&InverseForce<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseForce returns a value of type InversePressure
impl<T> Mul<&InverseForce<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseForce returns a value of type InversePressure
Source§type Output = InversePressure<T>
type Output = InversePressure<T>
* operator.Source§impl<T> Mul<&InverseLuminousFlux<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseLuminousFlux returns a value of type AreaPerLumen
impl<T> Mul<&InverseLuminousFlux<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseLuminousFlux returns a value of type AreaPerLumen
Source§type Output = AreaPerLumen<T>
type Output = AreaPerLumen<T>
* operator.Source§impl<T> Mul<&InverseLuminousFlux<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseLuminousFlux returns a value of type AreaPerLumen
impl<T> Mul<&InverseLuminousFlux<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseLuminousFlux returns a value of type AreaPerLumen
Source§type Output = AreaPerLumen<T>
type Output = AreaPerLumen<T>
* operator.Source§impl<T> Mul<&InverseMagneticFlux<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseMagneticFlux returns a value of type InverseMagneticFluxDensity
impl<T> Mul<&InverseMagneticFlux<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseMagneticFlux returns a value of type InverseMagneticFluxDensity
Source§type Output = InverseMagneticFluxDensity<T>
type Output = InverseMagneticFluxDensity<T>
* operator.Source§impl<T> Mul<&InverseMagneticFlux<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseMagneticFlux returns a value of type InverseMagneticFluxDensity
impl<T> Mul<&InverseMagneticFlux<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseMagneticFlux returns a value of type InverseMagneticFluxDensity
Source§type Output = InverseMagneticFluxDensity<T>
type Output = InverseMagneticFluxDensity<T>
* operator.Source§impl<T> Mul<&InverseMass<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseMass returns a value of type AreaPerMass
impl<T> Mul<&InverseMass<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseMass returns a value of type AreaPerMass
Source§type Output = AreaPerMass<T>
type Output = AreaPerMass<T>
* operator.Source§impl<T> Mul<&InverseMass<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseMass returns a value of type AreaPerMass
impl<T> Mul<&InverseMass<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseMass returns a value of type AreaPerMass
Source§type Output = AreaPerMass<T>
type Output = AreaPerMass<T>
* operator.Source§impl<T> Mul<&InverseMomentOfInertia<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseMomentOfInertia returns a value of type InverseMass
impl<T> Mul<&InverseMomentOfInertia<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseMomentOfInertia returns a value of type InverseMass
Source§type Output = InverseMass<T>
type Output = InverseMass<T>
* operator.Source§impl<T> Mul<&InverseMomentOfInertia<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseMomentOfInertia returns a value of type InverseMass
impl<T> Mul<&InverseMomentOfInertia<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseMomentOfInertia returns a value of type InverseMass
Source§type Output = InverseMass<T>
type Output = InverseMass<T>
* operator.Source§impl<T> Mul<&InverseVolume<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseVolume returns a value of type InverseDistance
impl<T> Mul<&InverseVolume<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseVolume returns a value of type InverseDistance
Source§type Output = InverseDistance<T>
type Output = InverseDistance<T>
* operator.Source§impl<T> Mul<&InverseVolume<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseVolume returns a value of type InverseDistance
impl<T> Mul<&InverseVolume<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseVolume returns a value of type InverseDistance
Source§type Output = InverseDistance<T>
type Output = InverseDistance<T>
* operator.Source§impl<T> Mul<&MagneticFluxDensity<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a MagneticFluxDensity returns a value of type MagneticFlux
impl<T> Mul<&MagneticFluxDensity<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a MagneticFluxDensity returns a value of type MagneticFlux
Source§type Output = MagneticFlux<T>
type Output = MagneticFlux<T>
* operator.Source§impl<T> Mul<&MagneticFluxDensity<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a MagneticFluxDensity returns a value of type MagneticFlux
impl<T> Mul<&MagneticFluxDensity<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a MagneticFluxDensity returns a value of type MagneticFlux
Source§type Output = MagneticFlux<T>
type Output = MagneticFlux<T>
* operator.Source§impl<T> Mul<&Pressure<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a Pressure returns a value of type Force
impl<T> Mul<&Pressure<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a Pressure returns a value of type Force
Source§impl<T> Mul<&Pressure<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a Pressure returns a value of type Force
impl<T> Mul<&Pressure<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a Pressure returns a value of type Force
Source§impl<T> Mul<&T> for &Area<T>where
T: NumLike,
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<&T> for &Area<T>where
T: NumLike,
Multiplying a unit value by a scalar value returns a unit value
Source§impl<T> Mul<&T> for Area<T>where
T: NumLike,
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<&T> for Area<T>where
T: NumLike,
Multiplying a unit value by a scalar value returns a unit value
Source§impl<T> Mul<Area<T>> for &AreaDensity<T>where
T: NumLike,
Multiplying a AreaDensity by a Area returns a value of type Mass
impl<T> Mul<Area<T>> for &AreaDensity<T>where
T: NumLike,
Multiplying a AreaDensity by a Area returns a value of type Mass
Source§impl<T> Mul<Area<T>> for &Distance<T>where
T: NumLike,
Multiplying a Distance by a Area returns a value of type Volume
impl<T> Mul<Area<T>> for &Distance<T>where
T: NumLike,
Multiplying a Distance by a Area returns a value of type Volume
Source§impl<T> Mul<Area<T>> for &Illuminance<T>where
T: NumLike,
Multiplying a Illuminance by a Area returns a value of type LuminousFlux
impl<T> Mul<Area<T>> for &Illuminance<T>where
T: NumLike,
Multiplying a Illuminance by a Area returns a value of type LuminousFlux
Source§impl<T> Mul<Area<T>> for &InverseDistance<T>where
T: NumLike,
Multiplying a InverseDistance by a Area returns a value of type Distance
impl<T> Mul<Area<T>> for &InverseDistance<T>where
T: NumLike,
Multiplying a InverseDistance by a Area returns a value of type Distance
Source§impl<T> Mul<Area<T>> for &InverseForce<T>where
T: NumLike,
Multiplying a InverseForce by a Area returns a value of type InversePressure
impl<T> Mul<Area<T>> for &InverseForce<T>where
T: NumLike,
Multiplying a InverseForce by a Area returns a value of type InversePressure
Source§impl<T> Mul<Area<T>> for &InverseLuminousFlux<T>where
T: NumLike,
Multiplying a InverseLuminousFlux by a Area returns a value of type AreaPerLumen
impl<T> Mul<Area<T>> for &InverseLuminousFlux<T>where
T: NumLike,
Multiplying a InverseLuminousFlux by a Area returns a value of type AreaPerLumen
Source§impl<T> Mul<Area<T>> for &InverseMagneticFlux<T>where
T: NumLike,
Multiplying a InverseMagneticFlux by a Area returns a value of type InverseMagneticFluxDensity
impl<T> Mul<Area<T>> for &InverseMagneticFlux<T>where
T: NumLike,
Multiplying a InverseMagneticFlux by a Area returns a value of type InverseMagneticFluxDensity
Source§impl<T> Mul<Area<T>> for &InverseMass<T>where
T: NumLike,
Multiplying a InverseMass by a Area returns a value of type AreaPerMass
impl<T> Mul<Area<T>> for &InverseMass<T>where
T: NumLike,
Multiplying a InverseMass by a Area returns a value of type AreaPerMass
Source§impl<T> Mul<Area<T>> for &InverseMomentOfInertia<T>where
T: NumLike,
Multiplying a InverseMomentOfInertia by a Area returns a value of type InverseMass
impl<T> Mul<Area<T>> for &InverseMomentOfInertia<T>where
T: NumLike,
Multiplying a InverseMomentOfInertia by a Area returns a value of type InverseMass
Source§impl<T> Mul<Area<T>> for &InverseVolume<T>where
T: NumLike,
Multiplying a InverseVolume by a Area returns a value of type InverseDistance
impl<T> Mul<Area<T>> for &InverseVolume<T>where
T: NumLike,
Multiplying a InverseVolume by a Area returns a value of type InverseDistance
Source§impl<T> Mul<Area<T>> for &MagneticFluxDensity<T>where
T: NumLike,
Multiplying a MagneticFluxDensity by a Area returns a value of type MagneticFlux
impl<T> Mul<Area<T>> for &MagneticFluxDensity<T>where
T: NumLike,
Multiplying a MagneticFluxDensity by a Area returns a value of type MagneticFlux
Source§impl<T> Mul<Area<T>> for &Pressure<T>where
T: NumLike,
Multiplying a Pressure by a Area returns a value of type Force
impl<T> Mul<Area<T>> for &Pressure<T>where
T: NumLike,
Multiplying a Pressure by a Area returns a value of type Force
Source§impl<T> Mul<Area<T>> for AreaDensity<T>where
T: NumLike,
Multiplying a AreaDensity by a Area returns a value of type Mass
impl<T> Mul<Area<T>> for AreaDensity<T>where
T: NumLike,
Multiplying a AreaDensity by a Area returns a value of type Mass
Source§impl<T> Mul<Area<T>> for Distance<T>where
T: NumLike,
Multiplying a Distance by a Area returns a value of type Volume
impl<T> Mul<Area<T>> for Distance<T>where
T: NumLike,
Multiplying a Distance by a Area returns a value of type Volume
Source§impl<T> Mul<Area<T>> for Illuminance<T>where
T: NumLike,
Multiplying a Illuminance by a Area returns a value of type LuminousFlux
impl<T> Mul<Area<T>> for Illuminance<T>where
T: NumLike,
Multiplying a Illuminance by a Area returns a value of type LuminousFlux
Source§impl<T> Mul<Area<T>> for InverseDistance<T>where
T: NumLike,
Multiplying a InverseDistance by a Area returns a value of type Distance
impl<T> Mul<Area<T>> for InverseDistance<T>where
T: NumLike,
Multiplying a InverseDistance by a Area returns a value of type Distance
Source§impl<T> Mul<Area<T>> for InverseForce<T>where
T: NumLike,
Multiplying a InverseForce by a Area returns a value of type InversePressure
impl<T> Mul<Area<T>> for InverseForce<T>where
T: NumLike,
Multiplying a InverseForce by a Area returns a value of type InversePressure
Source§impl<T> Mul<Area<T>> for InverseLuminousFlux<T>where
T: NumLike,
Multiplying a InverseLuminousFlux by a Area returns a value of type AreaPerLumen
impl<T> Mul<Area<T>> for InverseLuminousFlux<T>where
T: NumLike,
Multiplying a InverseLuminousFlux by a Area returns a value of type AreaPerLumen
Source§impl<T> Mul<Area<T>> for InverseMagneticFlux<T>where
T: NumLike,
Multiplying a InverseMagneticFlux by a Area returns a value of type InverseMagneticFluxDensity
impl<T> Mul<Area<T>> for InverseMagneticFlux<T>where
T: NumLike,
Multiplying a InverseMagneticFlux by a Area returns a value of type InverseMagneticFluxDensity
Source§impl<T> Mul<Area<T>> for InverseMass<T>where
T: NumLike,
Multiplying a InverseMass by a Area returns a value of type AreaPerMass
impl<T> Mul<Area<T>> for InverseMass<T>where
T: NumLike,
Multiplying a InverseMass by a Area returns a value of type AreaPerMass
Source§impl<T> Mul<Area<T>> for InverseMomentOfInertia<T>where
T: NumLike,
Multiplying a InverseMomentOfInertia by a Area returns a value of type InverseMass
impl<T> Mul<Area<T>> for InverseMomentOfInertia<T>where
T: NumLike,
Multiplying a InverseMomentOfInertia by a Area returns a value of type InverseMass
Source§impl<T> Mul<Area<T>> for InverseVolume<T>where
T: NumLike,
Multiplying a InverseVolume by a Area returns a value of type InverseDistance
impl<T> Mul<Area<T>> for InverseVolume<T>where
T: NumLike,
Multiplying a InverseVolume by a Area returns a value of type InverseDistance
Source§impl<T> Mul<Area<T>> for MagneticFluxDensity<T>where
T: NumLike,
Multiplying a MagneticFluxDensity by a Area returns a value of type MagneticFlux
impl<T> Mul<Area<T>> for MagneticFluxDensity<T>where
T: NumLike,
Multiplying a MagneticFluxDensity by a Area returns a value of type MagneticFlux
Source§impl<T> Mul<Area<T>> for Pressure<T>where
T: NumLike,
Multiplying a Pressure by a Area returns a value of type Force
impl<T> Mul<Area<T>> for Pressure<T>where
T: NumLike,
Multiplying a Pressure by a Area returns a value of type Force
Source§impl<T> Mul<AreaDensity<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a AreaDensity returns a value of type Mass
impl<T> Mul<AreaDensity<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a AreaDensity returns a value of type Mass
Source§impl<T> Mul<AreaDensity<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a AreaDensity returns a value of type Mass
impl<T> Mul<AreaDensity<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a AreaDensity returns a value of type Mass
Source§impl<T> Mul<Distance<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a Distance returns a value of type Volume
impl<T> Mul<Distance<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a Distance returns a value of type Volume
Source§impl<T> Mul<Distance<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a Distance returns a value of type Volume
impl<T> Mul<Distance<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a Distance returns a value of type Volume
Source§impl<T> Mul<Illuminance<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a Illuminance returns a value of type LuminousFlux
impl<T> Mul<Illuminance<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a Illuminance returns a value of type LuminousFlux
Source§type Output = LuminousFlux<T>
type Output = LuminousFlux<T>
* operator.Source§impl<T> Mul<Illuminance<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a Illuminance returns a value of type LuminousFlux
impl<T> Mul<Illuminance<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a Illuminance returns a value of type LuminousFlux
Source§type Output = LuminousFlux<T>
type Output = LuminousFlux<T>
* operator.Source§impl<T> Mul<InverseDistance<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseDistance returns a value of type Distance
impl<T> Mul<InverseDistance<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseDistance returns a value of type Distance
Source§impl<T> Mul<InverseDistance<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseDistance returns a value of type Distance
impl<T> Mul<InverseDistance<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseDistance returns a value of type Distance
Source§impl<T> Mul<InverseForce<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseForce returns a value of type InversePressure
impl<T> Mul<InverseForce<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseForce returns a value of type InversePressure
Source§type Output = InversePressure<T>
type Output = InversePressure<T>
* operator.Source§impl<T> Mul<InverseForce<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseForce returns a value of type InversePressure
impl<T> Mul<InverseForce<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseForce returns a value of type InversePressure
Source§type Output = InversePressure<T>
type Output = InversePressure<T>
* operator.Source§impl<T> Mul<InverseLuminousFlux<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseLuminousFlux returns a value of type AreaPerLumen
impl<T> Mul<InverseLuminousFlux<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseLuminousFlux returns a value of type AreaPerLumen
Source§type Output = AreaPerLumen<T>
type Output = AreaPerLumen<T>
* operator.Source§impl<T> Mul<InverseLuminousFlux<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseLuminousFlux returns a value of type AreaPerLumen
impl<T> Mul<InverseLuminousFlux<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseLuminousFlux returns a value of type AreaPerLumen
Source§type Output = AreaPerLumen<T>
type Output = AreaPerLumen<T>
* operator.Source§impl<T> Mul<InverseMagneticFlux<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseMagneticFlux returns a value of type InverseMagneticFluxDensity
impl<T> Mul<InverseMagneticFlux<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseMagneticFlux returns a value of type InverseMagneticFluxDensity
Source§type Output = InverseMagneticFluxDensity<T>
type Output = InverseMagneticFluxDensity<T>
* operator.Source§impl<T> Mul<InverseMagneticFlux<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseMagneticFlux returns a value of type InverseMagneticFluxDensity
impl<T> Mul<InverseMagneticFlux<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseMagneticFlux returns a value of type InverseMagneticFluxDensity
Source§type Output = InverseMagneticFluxDensity<T>
type Output = InverseMagneticFluxDensity<T>
* operator.Source§impl<T> Mul<InverseMass<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseMass returns a value of type AreaPerMass
impl<T> Mul<InverseMass<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseMass returns a value of type AreaPerMass
Source§type Output = AreaPerMass<T>
type Output = AreaPerMass<T>
* operator.Source§impl<T> Mul<InverseMass<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseMass returns a value of type AreaPerMass
impl<T> Mul<InverseMass<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseMass returns a value of type AreaPerMass
Source§type Output = AreaPerMass<T>
type Output = AreaPerMass<T>
* operator.Source§impl<T> Mul<InverseMomentOfInertia<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseMomentOfInertia returns a value of type InverseMass
impl<T> Mul<InverseMomentOfInertia<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseMomentOfInertia returns a value of type InverseMass
Source§type Output = InverseMass<T>
type Output = InverseMass<T>
* operator.Source§impl<T> Mul<InverseMomentOfInertia<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseMomentOfInertia returns a value of type InverseMass
impl<T> Mul<InverseMomentOfInertia<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseMomentOfInertia returns a value of type InverseMass
Source§type Output = InverseMass<T>
type Output = InverseMass<T>
* operator.Source§impl<T> Mul<InverseVolume<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseVolume returns a value of type InverseDistance
impl<T> Mul<InverseVolume<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a InverseVolume returns a value of type InverseDistance
Source§type Output = InverseDistance<T>
type Output = InverseDistance<T>
* operator.Source§impl<T> Mul<InverseVolume<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseVolume returns a value of type InverseDistance
impl<T> Mul<InverseVolume<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a InverseVolume returns a value of type InverseDistance
Source§type Output = InverseDistance<T>
type Output = InverseDistance<T>
* operator.Source§impl<T> Mul<MagneticFluxDensity<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a MagneticFluxDensity returns a value of type MagneticFlux
impl<T> Mul<MagneticFluxDensity<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a MagneticFluxDensity returns a value of type MagneticFlux
Source§type Output = MagneticFlux<T>
type Output = MagneticFlux<T>
* operator.Source§impl<T> Mul<MagneticFluxDensity<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a MagneticFluxDensity returns a value of type MagneticFlux
impl<T> Mul<MagneticFluxDensity<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a MagneticFluxDensity returns a value of type MagneticFlux
Source§type Output = MagneticFlux<T>
type Output = MagneticFlux<T>
* operator.Source§impl<T> Mul<Pressure<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a Pressure returns a value of type Force
impl<T> Mul<Pressure<T>> for &Area<T>where
T: NumLike,
Multiplying a Area by a Pressure returns a value of type Force
Source§impl<T> Mul<Pressure<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a Pressure returns a value of type Force
impl<T> Mul<Pressure<T>> for Area<T>where
T: NumLike,
Multiplying a Area by a Pressure returns a value of type Force
Source§impl<T: NumLike> Mul<T> for &Area<T>
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T: NumLike> Mul<T> for &Area<T>
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§impl<T: NumLike> Mul<T> for Area<T>
Multiplying a unit value by a scalar value returns a unit value
impl<T: NumLike> Mul<T> for Area<T>
Multiplying a unit value by a scalar value returns a unit value
Source§impl<T: NumLike> MulAssign<T> for Area<T>
Multiplies this unit value by a scalar
impl<T: NumLike> MulAssign<T> for Area<T>
Multiplies this unit value by a scalar
Source§fn mul_assign(&mut self, rhs: T)
fn mul_assign(&mut self, rhs: T)
*= operation. Read moreSource§impl<T: NumLike> Neg for &Area<T>
Flips the sign of this unit value (automatically clones the referenced data for convenient ergonomics)
impl<T: NumLike> Neg for &Area<T>
Flips the sign of this unit value (automatically clones the referenced data for convenient ergonomics)
Source§impl<T> Ord for Area<T>
This struct implements the Ord trait if it’s member data type also has the Ord trait
impl<T> Ord for Area<T>
This struct implements the Ord trait if it’s member data type also has the Ord trait
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Source§impl<T> PartialEq for Area<T>
This struct implements the PartialEq trait if it’s member data type also has the PartialEq trait
impl<T> PartialEq for Area<T>
This struct implements the PartialEq trait if it’s member data type also has the PartialEq trait
Source§impl<T> PartialOrd for Area<T>where
T: NumLike + PartialOrd,
This struct implements the PartialOrd trait if it’s member data type also has the PartialOrd trait
impl<T> PartialOrd for Area<T>where
T: NumLike + PartialOrd,
This struct implements the PartialOrd trait if it’s member data type also has the PartialOrd trait
Source§impl<T: NumLike> Sub for &Area<T>
Subtracting two unit values of the same type returns a new unit value of the same type (automatically clones the referenced data for convenient ergonomics)
impl<T: NumLike> Sub for &Area<T>
Subtracting two unit values of the same type returns a new unit value of the same type (automatically clones the referenced data for convenient ergonomics)
Source§impl<T: NumLike> Sub for Area<T>
Subtracting two unit values of the same type returns a new unit value of the same type
impl<T: NumLike> Sub for Area<T>
Subtracting two unit values of the same type returns a new unit value of the same type
Source§impl<T: NumLike> SubAssign for Area<T>
Subtracts the given unit value from this unit value
impl<T: NumLike> SubAssign for Area<T>
Subtracts the given unit value from this unit value
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
-= operation. Read moreimpl<T> Copy for Area<T>
This struct implements the Copy marker trait if it’s member data type also has the Copy trait
impl<T> Eq for Area<T>
This struct implements the core::cmp::Eq trait if it’s member data type also has the core::cmp::Eq trait