pub struct MolarConcentration(/* private fields */);Implementations§
Source§impl MolarConcentration
impl MolarConcentration
pub fn new<U>(value: f32) -> Selfwhere
U: Conversion<f32>,
pub fn get<U>(&self) -> f32where
U: Conversion<f32>,
pub fn raw(&self) -> f32
pub fn into_uom(self) -> MolarConcentration
pub fn as_uom(&self) -> &MolarConcentration
pub fn from_uom(inner: MolarConcentration) -> Self
Methods from Deref<Target = MolarConcentration>§
pub const HALF_TURN: Quantity<dyn Dimension<M = Z0, J = Z0, I = Z0, L = Z0, Th = Z0, T = Z0, Kind = dyn AngleKind, N = Z0>, dyn Units<f32, luminous_intensity = candela, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second>, f32>
pub const FULL_TURN: Quantity<dyn Dimension<M = Z0, J = Z0, I = Z0, L = Z0, Th = Z0, T = Z0, Kind = dyn AngleKind, N = Z0>, dyn Units<f32, luminous_intensity = candela, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second>, f32>
pub const HALF_TURN: Quantity<dyn Dimension<M = Z0, J = Z0, I = Z0, L = Z0, Th = Z0, T = Z0, Kind = dyn AngleKind, N = Z0>, dyn Units<f64, luminous_intensity = candela, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second>, f64>
pub const FULL_TURN: Quantity<dyn Dimension<M = Z0, J = Z0, I = Z0, L = Z0, Th = Z0, T = Z0, Kind = dyn AngleKind, N = Z0>, dyn Units<f64, luminous_intensity = candela, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second>, f64>
pub fn get<N>(&self) -> Vwhere
N: Unit + Conversion<V, T = <V as Conversion<V>>::T>,
pub fn get<N>(&self) -> Vwhere
N: Unit + Conversion<V, T = <V as Conversion<V>>::T>,
pub fn get<N>(&self) -> Vwhere
N: Unit + Conversion<V, T = <V as Conversion<V>>::T>,
pub fn get<N>(&self) -> Vwhere
N: Unit + Conversion<V, T = <V as Conversion<V>>::T>,
pub const SPHERE: Quantity<dyn Dimension<M = Z0, J = Z0, I = Z0, L = Z0, Th = Z0, T = Z0, Kind = dyn SolidAngleKind, N = Z0>, dyn Units<f32, luminous_intensity = candela, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second>, f32>
pub const SPHERE: Quantity<dyn Dimension<M = Z0, J = Z0, I = Z0, L = Z0, Th = Z0, T = Z0, Kind = dyn SolidAngleKind, N = Z0>, dyn Units<f64, luminous_intensity = candela, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second>, f64>
Trait Implementations§
Source§impl Add for MolarConcentration
impl Add for MolarConcentration
Source§impl AddAssign for MolarConcentration
impl AddAssign for MolarConcentration
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+= operation. Read moreSource§impl<'de, Context> BorrowDecode<'de, Context> for MolarConcentration
impl<'de, Context> BorrowDecode<'de, Context> for MolarConcentration
Source§fn borrow_decode<D: BorrowDecoder<'de, Context = Context>>(
decoder: &mut D,
) -> Result<Self, DecodeError>
fn borrow_decode<D: BorrowDecoder<'de, Context = Context>>( decoder: &mut D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for MolarConcentration
impl Clone for MolarConcentration
Source§fn clone(&self) -> MolarConcentration
fn clone(&self) -> MolarConcentration
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MolarConcentration
impl Debug for MolarConcentration
Source§impl<Context> Decode<Context> for MolarConcentration
impl<Context> Decode<Context> for MolarConcentration
Source§impl Default for MolarConcentration
impl Default for MolarConcentration
Source§impl Deref for MolarConcentration
impl Deref for MolarConcentration
Source§type Target = Quantity<dyn Dimension<M = Z0, J = Z0, I = Z0, L = NInt<UInt<UInt<UTerm, B1>, B1>>, Th = Z0, T = Z0, Kind = dyn ConstituentConcentrationKind, N = PInt<UInt<UTerm, B1>>>, dyn Units<f32, luminous_intensity = candela, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second>, f32>
type Target = Quantity<dyn Dimension<M = Z0, J = Z0, I = Z0, L = NInt<UInt<UInt<UTerm, B1>, B1>>, Th = Z0, T = Z0, Kind = dyn ConstituentConcentrationKind, N = PInt<UInt<UTerm, B1>>>, dyn Units<f32, luminous_intensity = candela, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second>, f32>
The resulting type after dereferencing.
Source§impl<'de> Deserialize<'de> for MolarConcentration
impl<'de> Deserialize<'de> for MolarConcentration
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Div<f32> for MolarConcentration
impl Div<f32> for MolarConcentration
Source§impl DivAssign<f32> for MolarConcentration
impl DivAssign<f32> for MolarConcentration
Source§fn div_assign(&mut self, rhs: f32)
fn div_assign(&mut self, rhs: f32)
Performs the
/= operation. Read moreSource§impl Encode for MolarConcentration
impl Encode for MolarConcentration
Source§impl From<MolarConcentration> for MolarConcentration
impl From<MolarConcentration> for MolarConcentration
Source§fn from(value: MolarConcentration) -> Self
fn from(value: MolarConcentration) -> Self
Converts to this type from the input type.
Source§impl From<Quantity<dyn Dimension<M = Z0, J = Z0, I = Z0, L = NInt<UInt<UInt<UTerm, B1>, B1>>, Th = Z0, T = Z0, Kind = dyn ConstituentConcentrationKind, N = PInt<UInt<UTerm, B1>>>, dyn Units<f32, luminous_intensity = candela, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second>, f32>> for MolarConcentration
impl From<Quantity<dyn Dimension<M = Z0, J = Z0, I = Z0, L = NInt<UInt<UInt<UTerm, B1>, B1>>, Th = Z0, T = Z0, Kind = dyn ConstituentConcentrationKind, N = PInt<UInt<UTerm, B1>>>, dyn Units<f32, luminous_intensity = candela, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second>, f32>> for MolarConcentration
Source§impl FromReflect for MolarConcentration
Available on crate feature reflect only.
impl FromReflect for MolarConcentration
Available on crate feature
reflect only.Source§fn from_reflect(reflect: &dyn PartialReflect) -> Option<Self>
fn from_reflect(reflect: &dyn PartialReflect) -> Option<Self>
Constructs a concrete instance of
Self from a reflected value.§fn take_from_reflect(
reflect: Box<dyn PartialReflect>,
) -> Result<Self, Box<dyn PartialReflect>>
fn take_from_reflect( reflect: Box<dyn PartialReflect>, ) -> Result<Self, Box<dyn PartialReflect>>
Attempts to downcast the given value to
Self using,
constructing the value using from_reflect if that fails. Read moreSource§impl GetTypeRegistration for MolarConcentration
impl GetTypeRegistration for MolarConcentration
Source§fn get_type_registration() -> TypeRegistration
fn get_type_registration() -> TypeRegistration
Returns the default [
TypeRegistration] for this type.§fn register_type_dependencies(_registry: &mut TypeRegistry)
fn register_type_dependencies(_registry: &mut TypeRegistry)
Registers other types needed by this type. Read more
Source§impl Mul<f32> for MolarConcentration
impl Mul<f32> for MolarConcentration
Source§impl MulAssign<f32> for MolarConcentration
impl MulAssign<f32> for MolarConcentration
Source§fn mul_assign(&mut self, rhs: f32)
fn mul_assign(&mut self, rhs: f32)
Performs the
*= operation. Read moreSource§impl Neg for MolarConcentration
impl Neg for MolarConcentration
Source§impl PartialEq for MolarConcentration
impl PartialEq for MolarConcentration
Source§impl PartialOrd for MolarConcentration
impl PartialOrd for MolarConcentration
Source§impl PartialReflect for MolarConcentration
impl PartialReflect for MolarConcentration
Source§fn get_represented_type_info(&self) -> Option<&'static TypeInfo>
fn get_represented_type_info(&self) -> Option<&'static TypeInfo>
Returns the [
TypeInfo] of the type represented by this value. Read moreSource§fn to_dynamic(&self) -> Box<dyn PartialReflect>
fn to_dynamic(&self) -> Box<dyn PartialReflect>
Source§fn reflect_kind(&self) -> ReflectKind
fn reflect_kind(&self) -> ReflectKind
Returns a zero-sized enumeration of “kinds” of type. Read more
Source§fn reflect_ref(&self) -> ReflectRef<'_>
fn reflect_ref(&self) -> ReflectRef<'_>
Returns an immutable enumeration of “kinds” of type. Read more
Source§fn reflect_mut(&mut self) -> ReflectMut<'_>
fn reflect_mut(&mut self) -> ReflectMut<'_>
Returns a mutable enumeration of “kinds” of type. Read more
Source§fn reflect_owned(self: Box<Self>) -> ReflectOwned
fn reflect_owned(self: Box<Self>) -> ReflectOwned
Returns an owned enumeration of “kinds” of type. Read more
Source§fn try_into_reflect(
self: Box<Self>,
) -> Result<Box<dyn Reflect>, Box<dyn PartialReflect>>
fn try_into_reflect( self: Box<Self>, ) -> Result<Box<dyn Reflect>, Box<dyn PartialReflect>>
Attempts to cast this type to a boxed, fully-reflected value.
Source§fn try_as_reflect(&self) -> Option<&dyn Reflect>
fn try_as_reflect(&self) -> Option<&dyn Reflect>
Attempts to cast this type to a fully-reflected value.
Source§fn try_as_reflect_mut(&mut self) -> Option<&mut dyn Reflect>
fn try_as_reflect_mut(&mut self) -> Option<&mut dyn Reflect>
Attempts to cast this type to a mutable, fully-reflected value.
Source§fn into_partial_reflect(self: Box<Self>) -> Box<dyn PartialReflect>
fn into_partial_reflect(self: Box<Self>) -> Box<dyn PartialReflect>
Casts this type to a boxed, reflected value. Read more
Source§fn as_partial_reflect(&self) -> &dyn PartialReflect
fn as_partial_reflect(&self) -> &dyn PartialReflect
Casts this type to a reflected value. Read more
Source§fn as_partial_reflect_mut(&mut self) -> &mut dyn PartialReflect
fn as_partial_reflect_mut(&mut self) -> &mut dyn PartialReflect
Casts this type to a mutable, reflected value. Read more
§fn apply(&mut self, value: &(dyn PartialReflect + 'static))
fn apply(&mut self, value: &(dyn PartialReflect + 'static))
Applies a reflected value to this value. Read more
§fn reflect_clone(&self) -> Result<Box<dyn Reflect>, ReflectCloneError>
fn reflect_clone(&self) -> Result<Box<dyn Reflect>, ReflectCloneError>
Attempts to clone
Self using reflection. Read more§fn reflect_clone_and_take<T>(&self) -> Result<T, ReflectCloneError>where
T: 'static,
Self: Sized + TypePath,
fn reflect_clone_and_take<T>(&self) -> Result<T, ReflectCloneError>where
T: 'static,
Self: Sized + TypePath,
For a type implementing [
PartialReflect], combines reflect_clone and
take in a useful fashion, automatically constructing an appropriate
[ReflectCloneError] if the downcast fails. Read more§fn reflect_hash(&self) -> Option<u64>
fn reflect_hash(&self) -> Option<u64>
Returns a hash of the value (which includes the type). Read more
§fn reflect_partial_eq(
&self,
_value: &(dyn PartialReflect + 'static),
) -> Option<bool>
fn reflect_partial_eq( &self, _value: &(dyn PartialReflect + 'static), ) -> Option<bool>
Returns a “partial equality” comparison result. Read more
§fn debug(&self, f: &mut Formatter<'_>) -> Result<(), Error>
fn debug(&self, f: &mut Formatter<'_>) -> Result<(), Error>
Debug formatter for the value. Read more
§fn is_dynamic(&self) -> bool
fn is_dynamic(&self) -> bool
Indicates whether or not this type is a dynamic type. Read more
Source§impl Reflect for MolarConcentration
impl Reflect for MolarConcentration
Source§fn as_any_mut(&mut self) -> &mut dyn Any
fn as_any_mut(&mut self) -> &mut dyn Any
Returns the value as a
&mut dyn Any. Read moreSource§fn into_reflect(self: Box<Self>) -> Box<dyn Reflect>
fn into_reflect(self: Box<Self>) -> Box<dyn Reflect>
Casts this type to a boxed, fully-reflected value.
Source§fn as_reflect(&self) -> &dyn Reflect
fn as_reflect(&self) -> &dyn Reflect
Casts this type to a fully-reflected value.
Source§fn as_reflect_mut(&mut self) -> &mut dyn Reflect
fn as_reflect_mut(&mut self) -> &mut dyn Reflect
Casts this type to a mutable, fully-reflected value.
Source§impl Serialize for MolarConcentration
impl Serialize for MolarConcentration
Source§impl Sub for MolarConcentration
impl Sub for MolarConcentration
Source§impl SubAssign for MolarConcentration
impl SubAssign for MolarConcentration
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-= operation. Read moreSource§impl TypePath for MolarConcentration
impl TypePath for MolarConcentration
Source§fn type_path() -> &'static str
fn type_path() -> &'static str
Returns the fully qualified path of the underlying type. Read more
Source§fn short_type_path() -> &'static str
fn short_type_path() -> &'static str
Returns a short, pretty-print enabled path to the type. Read more
Source§fn type_ident() -> Option<&'static str>
fn type_ident() -> Option<&'static str>
Source§fn crate_name() -> Option<&'static str>
fn crate_name() -> Option<&'static str>
Source§impl Typed for MolarConcentration
impl Typed for MolarConcentration
impl Copy for MolarConcentration
impl StructuralPartialEq for MolarConcentration
Auto Trait Implementations§
impl Freeze for MolarConcentration
impl RefUnwindSafe for MolarConcentration
impl Send for MolarConcentration
impl Sync for MolarConcentration
impl Unpin for MolarConcentration
impl UnsafeUnpin for MolarConcentration
impl UnwindSafe for MolarConcentration
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Converts
Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>, which can then be
downcast into Box<dyn ConcreteType> where ConcreteType implements Trait.§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Converts
Rc<Trait> (where Trait: Downcast) to Rc<Any>, which can then be further
downcast into Rc<ConcreteType> where ConcreteType implements Trait.§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Converts
&Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s.§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Converts
&mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &mut Any’s vtable from &mut Trait’s.§impl<T> DowncastSend for T
impl<T> DowncastSend for T
§impl<T> DynamicTypePath for Twhere
T: TypePath,
impl<T> DynamicTypePath for Twhere
T: TypePath,
§fn reflect_type_path(&self) -> &str
fn reflect_type_path(&self) -> &str
See [
TypePath::type_path].§fn reflect_short_type_path(&self) -> &str
fn reflect_short_type_path(&self) -> &str
See [
TypePath::short_type_path].§fn reflect_type_ident(&self) -> Option<&str>
fn reflect_type_ident(&self) -> Option<&str>
See [
TypePath::type_ident].§fn reflect_crate_name(&self) -> Option<&str>
fn reflect_crate_name(&self) -> Option<&str>
See [
TypePath::crate_name].§fn reflect_module_path(&self) -> Option<&str>
fn reflect_module_path(&self) -> Option<&str>
See [
TypePath::module_path].§impl<T> DynamicTyped for Twhere
T: Typed,
impl<T> DynamicTyped for Twhere
T: Typed,
§fn reflect_type_info(&self) -> &'static TypeInfo
fn reflect_type_info(&self) -> &'static TypeInfo
See [
Typed::type_info].§impl<T> GetPath for Twhere
T: Reflect + ?Sized,
impl<T> GetPath for Twhere
T: Reflect + ?Sized,
§fn reflect_path<'p>(
&self,
path: impl ReflectPath<'p>,
) -> Result<&(dyn PartialReflect + 'static), ReflectPathError<'p>>
fn reflect_path<'p>( &self, path: impl ReflectPath<'p>, ) -> Result<&(dyn PartialReflect + 'static), ReflectPathError<'p>>
Returns a reference to the value specified by
path. Read more§fn reflect_path_mut<'p>(
&mut self,
path: impl ReflectPath<'p>,
) -> Result<&mut (dyn PartialReflect + 'static), ReflectPathError<'p>>
fn reflect_path_mut<'p>( &mut self, path: impl ReflectPath<'p>, ) -> Result<&mut (dyn PartialReflect + 'static), ReflectPathError<'p>>
Returns a mutable reference to the value specified by
path. Read moreSource§impl<T> Serialize for T
impl<T> Serialize for T
fn erased_serialize(&self, serializer: &mut dyn Serializer) -> Result<(), Error>
fn do_erased_serialize( &self, serializer: &mut dyn Serializer, ) -> Result<(), ErrorImpl>
§impl<T> TypeData for T
impl<T> TypeData for T
§fn clone_type_data(&self) -> Box<dyn TypeData>
fn clone_type_data(&self) -> Box<dyn TypeData>
Creates a type-erased clone of this value.