#[repr(transparent)]pub struct MassRate {
pub value: f64,
}Fields§
§value: f64Implementations§
Trait Implementations§
Source§impl AddAssign for MassRate
impl AddAssign for MassRate
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 MassRate
impl<'de, Context> BorrowDecode<'de, Context> for MassRate
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.
impl Copy for MassRate
Source§impl DebugScalarType for MassRate
impl DebugScalarType for MassRate
Source§impl<'de> Deserialize<'de> for MassRate
impl<'de> Deserialize<'de> for MassRate
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 DivAssign<f64> for MassRate
impl DivAssign<f64> for MassRate
Source§fn div_assign(&mut self, rhs: f64)
fn div_assign(&mut self, rhs: f64)
Performs the
/= operation. Read moreSource§impl From<Quantity<dyn Dimension<J = Z0, L = Z0, N = Z0, I = Z0, T = NInt<UInt<UTerm, B1>>, Kind = dyn Kind, Th = Z0, M = PInt<UInt<UTerm, B1>>>, dyn Units<f64, electric_current = ampere, length = meter, amount_of_substance = mole, time = second, mass = kilogram, thermodynamic_temperature = kelvin, luminous_intensity = candela>, f64>> for MassRate
impl From<Quantity<dyn Dimension<J = Z0, L = Z0, N = Z0, I = Z0, T = NInt<UInt<UTerm, B1>>, Kind = dyn Kind, Th = Z0, M = PInt<UInt<UTerm, B1>>>, dyn Units<f64, electric_current = ampere, length = meter, amount_of_substance = mole, time = second, mass = kilogram, thermodynamic_temperature = kelvin, luminous_intensity = candela>, f64>> for MassRate
Source§impl MulAssign<f64> for MassRate
impl MulAssign<f64> for MassRate
Source§fn mul_assign(&mut self, rhs: f64)
fn mul_assign(&mut self, rhs: f64)
Performs the
*= operation. Read moreSource§impl PartialOrd for MassRate
impl PartialOrd for MassRate
impl StructuralPartialEq for MassRate
Auto Trait Implementations§
impl Freeze for MassRate
impl RefUnwindSafe for MassRate
impl Send for MassRate
impl Sync for MassRate
impl Unpin for MassRate
impl UnsafeUnpin for MassRate
impl UnwindSafe for MassRate
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