pub struct Torque { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AddAssign for Torque
impl AddAssign for Torque
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 Torque
impl<'__de, __Context> BorrowDecode<'__de, __Context> for Torque
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 From<Torque> for FootPounds
impl From<Torque> for FootPounds
Source§impl From<f64> for Torque
impl From<f64> for Torque
Source§fn from(native: NativeType) -> Torque
fn from(native: NativeType) -> Torque
Converts to this type from the input type.
Source§impl Into<Torque> for FootPounds
impl Into<Torque> for FootPounds
Source§impl Into<f64> for Torque
impl Into<f64> for Torque
Source§fn into(self) -> NativeType
fn into(self) -> NativeType
Converts this type into the (usually inferred) input type.
Source§impl PartialOrd for Torque
impl PartialOrd for Torque
Source§impl SubAssign for Torque
impl SubAssign for Torque
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-= operation. Read moreimpl Copy for Torque
Auto Trait Implementations§
impl Freeze for Torque
impl RefUnwindSafe for Torque
impl Send for Torque
impl Sync for Torque
impl Unpin for Torque
impl UnwindSafe for Torque
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