pub struct ArealMassDensity(/* private fields */);Implementations§
Source§impl ArealMassDensity
impl ArealMassDensity
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) -> ArealMassDensity
pub fn as_uom(&self) -> &ArealMassDensity
pub fn from_uom(inner: ArealMassDensity) -> Self
Methods from Deref<Target = ArealMassDensity>§
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 ArealMassDensity
impl Add for ArealMassDensity
Source§impl AddAssign for ArealMassDensity
impl AddAssign for ArealMassDensity
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 ArealMassDensity
impl<'de, Context> BorrowDecode<'de, Context> for ArealMassDensity
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 ArealMassDensity
impl Clone for ArealMassDensity
Source§fn clone(&self) -> ArealMassDensity
fn clone(&self) -> ArealMassDensity
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 ArealMassDensity
impl Debug for ArealMassDensity
Source§impl<Context> Decode<Context> for ArealMassDensity
impl<Context> Decode<Context> for ArealMassDensity
Source§impl Default for ArealMassDensity
impl Default for ArealMassDensity
Source§impl Deref for ArealMassDensity
impl Deref for ArealMassDensity
Source§type Target = Quantity<dyn Dimension<M = PInt<UInt<UTerm, B1>>, J = Z0, I = Z0, L = NInt<UInt<UInt<UTerm, B1>, B0>>, Th = Z0, T = Z0, Kind = dyn Kind, 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>
type Target = Quantity<dyn Dimension<M = PInt<UInt<UTerm, B1>>, J = Z0, I = Z0, L = NInt<UInt<UInt<UTerm, B1>, B0>>, Th = Z0, T = Z0, Kind = dyn Kind, 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>
The resulting type after dereferencing.
Source§impl<'de> Deserialize<'de> for ArealMassDensity
impl<'de> Deserialize<'de> for ArealMassDensity
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 ArealMassDensity
impl Div<f32> for ArealMassDensity
Source§impl DivAssign<f32> for ArealMassDensity
impl DivAssign<f32> for ArealMassDensity
Source§fn div_assign(&mut self, rhs: f32)
fn div_assign(&mut self, rhs: f32)
Performs the
/= operation. Read moreSource§impl Encode for ArealMassDensity
impl Encode for ArealMassDensity
Source§impl From<ArealMassDensity> for ArealMassDensity
impl From<ArealMassDensity> for ArealMassDensity
Source§fn from(value: ArealMassDensity) -> Self
fn from(value: ArealMassDensity) -> Self
Converts to this type from the input type.
Source§impl From<Quantity<dyn Dimension<M = PInt<UInt<UTerm, B1>>, J = Z0, I = Z0, L = NInt<UInt<UInt<UTerm, B1>, B0>>, Th = Z0, T = Z0, Kind = dyn Kind, 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>> for ArealMassDensity
impl From<Quantity<dyn Dimension<M = PInt<UInt<UTerm, B1>>, J = Z0, I = Z0, L = NInt<UInt<UInt<UTerm, B1>, B0>>, Th = Z0, T = Z0, Kind = dyn Kind, 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>> for ArealMassDensity
Source§impl FromReflect for ArealMassDensity
Available on crate feature reflect only.
impl FromReflect for ArealMassDensity
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 ArealMassDensity
impl GetTypeRegistration for ArealMassDensity
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 ArealMassDensity
impl Mul<f32> for ArealMassDensity
Source§impl MulAssign<f32> for ArealMassDensity
impl MulAssign<f32> for ArealMassDensity
Source§fn mul_assign(&mut self, rhs: f32)
fn mul_assign(&mut self, rhs: f32)
Performs the
*= operation. Read moreSource§impl Neg for ArealMassDensity
impl Neg for ArealMassDensity
Source§impl PartialEq for ArealMassDensity
impl PartialEq for ArealMassDensity
Source§impl PartialOrd for ArealMassDensity
impl PartialOrd for ArealMassDensity
Source§impl PartialReflect for ArealMassDensity
impl PartialReflect for ArealMassDensity
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 ArealMassDensity
impl Reflect for ArealMassDensity
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 ArealMassDensity
impl Serialize for ArealMassDensity
Source§impl Sub for ArealMassDensity
impl Sub for ArealMassDensity
Source§impl SubAssign for ArealMassDensity
impl SubAssign for ArealMassDensity
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-= operation. Read moreSource§impl TypePath for ArealMassDensity
impl TypePath for ArealMassDensity
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 ArealMassDensity
impl Typed for ArealMassDensity
impl Copy for ArealMassDensity
impl StructuralPartialEq for ArealMassDensity
Auto Trait Implementations§
impl Freeze for ArealMassDensity
impl RefUnwindSafe for ArealMassDensity
impl Send for ArealMassDensity
impl Sync for ArealMassDensity
impl Unpin for ArealMassDensity
impl UnsafeUnpin for ArealMassDensity
impl UnwindSafe for ArealMassDensity
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.