pub struct R_AIR { /* private fields */ }Expand description
ideal gas constant for air
Methods from Deref<Target = SpecificHeatCapacity>§
pub const HALF_TURN: Quantity<dyn Dimension<Kind = dyn AngleKind, N = Z0, L = Z0, I = Z0, Th = Z0, T = Z0, M = Z0, J = Z0>, dyn Units<f32, amount_of_substance = mole, length = meter, mass = kilogram, luminous_intensity = candela, thermodynamic_temperature = kelvin, electric_current = ampere, time = second>, f32>
pub const FULL_TURN: Quantity<dyn Dimension<Kind = dyn AngleKind, N = Z0, L = Z0, I = Z0, Th = Z0, T = Z0, M = Z0, J = Z0>, dyn Units<f32, amount_of_substance = mole, length = meter, mass = kilogram, luminous_intensity = candela, thermodynamic_temperature = kelvin, electric_current = ampere, time = second>, f32>
pub const HALF_TURN: Quantity<dyn Dimension<Kind = dyn AngleKind, N = Z0, L = Z0, I = Z0, Th = Z0, T = Z0, M = Z0, J = Z0>, dyn Units<f64, amount_of_substance = mole, length = meter, mass = kilogram, luminous_intensity = candela, thermodynamic_temperature = kelvin, electric_current = ampere, time = second>, f64>
pub const FULL_TURN: Quantity<dyn Dimension<Kind = dyn AngleKind, N = Z0, L = Z0, I = Z0, Th = Z0, T = Z0, M = Z0, J = Z0>, dyn Units<f64, amount_of_substance = mole, length = meter, mass = kilogram, luminous_intensity = candela, thermodynamic_temperature = kelvin, electric_current = ampere, time = second>, f64>
pub const SPHERE: Quantity<dyn Dimension<Kind = dyn SolidAngleKind, N = Z0, L = Z0, I = Z0, Th = Z0, T = Z0, M = Z0, J = Z0>, dyn Units<f32, amount_of_substance = mole, length = meter, mass = kilogram, luminous_intensity = candela, thermodynamic_temperature = kelvin, electric_current = ampere, time = second>, f32>
pub const SPHERE: Quantity<dyn Dimension<Kind = dyn SolidAngleKind, N = Z0, L = Z0, I = Z0, Th = Z0, T = Z0, M = Z0, J = Z0>, dyn Units<f64, amount_of_substance = mole, length = meter, mass = kilogram, luminous_intensity = candela, thermodynamic_temperature = kelvin, electric_current = ampere, time = second>, f64>
Trait Implementations§
Source§impl Deref for R_AIR
impl Deref for R_AIR
Source§type Target = Quantity<dyn Dimension<Kind = dyn Kind, N = Z0, L = PInt<UInt<UInt<UTerm, B1>, B0>>, I = Z0, Th = NInt<UInt<UTerm, B1>>, T = NInt<UInt<UInt<UTerm, B1>, B0>>, M = Z0, J = Z0>, dyn Units<f64, amount_of_substance = mole, length = meter, mass = kilogram, luminous_intensity = candela, thermodynamic_temperature = kelvin, electric_current = ampere, time = second>, f64>
type Target = Quantity<dyn Dimension<Kind = dyn Kind, N = Z0, L = PInt<UInt<UInt<UTerm, B1>, B0>>, I = Z0, Th = NInt<UInt<UTerm, B1>>, T = NInt<UInt<UInt<UTerm, B1>, B0>>, M = Z0, J = Z0>, dyn Units<f64, amount_of_substance = mole, length = meter, mass = kilogram, luminous_intensity = candela, thermodynamic_temperature = kelvin, electric_current = ampere, time = second>, f64>
The resulting type after dereferencing.
Source§fn deref(&self) -> &SpecificHeatCapacity
fn deref(&self) -> &SpecificHeatCapacity
Dereferences the value.
impl LazyStatic for R_AIR
Auto Trait Implementations§
impl Freeze for R_AIR
impl RefUnwindSafe for R_AIR
impl Send for R_AIR
impl Sync for R_AIR
impl Unpin for R_AIR
impl UnwindSafe for R_AIR
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more