#[repr(transparent)]pub struct Action {
pub value: f64,
}Fields§
§value: f64Implementations§
Trait Implementations§
Source§impl AddAssign for Action
impl AddAssign for Action
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 Action
impl<'de, Context> BorrowDecode<'de, Context> for Action
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 Action
Source§impl DebugScalarType for Action
impl DebugScalarType for Action
Source§impl<'de> Deserialize<'de> for Action
impl<'de> Deserialize<'de> for Action
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 Action
impl DivAssign<f64> for Action
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 = PInt<UInt<UInt<UTerm, B1>, B0>>, 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 Action
impl From<Quantity<dyn Dimension<J = Z0, L = PInt<UInt<UInt<UTerm, B1>, B0>>, 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 Action
Source§impl MulAssign<f64> for Action
impl MulAssign<f64> for Action
Source§fn mul_assign(&mut self, rhs: f64)
fn mul_assign(&mut self, rhs: f64)
Performs the
*= operation. Read moreSource§impl PartialOrd for Action
impl PartialOrd for Action
impl StructuralPartialEq for Action
Auto Trait Implementations§
impl Freeze for Action
impl RefUnwindSafe for Action
impl Send for Action
impl Sync for Action
impl Unpin for Action
impl UnsafeUnpin for Action
impl UnwindSafe for Action
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