pub struct Acceleration { /* private fields */ }Implementations§
Source§impl Acceleration
impl Acceleration
pub const fn new(native: NativeType) -> Self
pub fn abs(&self) -> Self
Trait Implementations§
Source§impl Add for Acceleration
impl Add for Acceleration
Source§impl AddAssign for Acceleration
impl AddAssign for Acceleration
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 Acceleration
impl<'__de, __Context> BorrowDecode<'__de, __Context> for Acceleration
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 Acceleration
impl Clone for Acceleration
Source§fn clone(&self) -> Acceleration
fn clone(&self) -> Acceleration
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<__Context> Decode<__Context> for Acceleration
impl<__Context> Decode<__Context> for Acceleration
Source§impl Div<Acceleration> for Force
impl Div<Acceleration> for Force
Source§impl Div<Acceleration> for Velocity
impl Div<Acceleration> for Velocity
Source§impl Div<Jerk> for Acceleration
impl Div<Jerk> for Acceleration
Source§impl Div<Scalar> for Acceleration
impl Div<Scalar> for Acceleration
Source§type Output = Acceleration
type Output = Acceleration
The resulting type after applying the
/ operator.Source§impl Div<Time> for Acceleration
impl Div<Time> for Acceleration
Source§impl Div for Acceleration
impl Div for Acceleration
Source§impl Encode for Acceleration
impl Encode for Acceleration
Source§impl From<Acceleration> for FeetPerSecondSquared
impl From<Acceleration> for FeetPerSecondSquared
Source§fn from(value: Acceleration) -> Self
fn from(value: Acceleration) -> Self
Converts to this type from the input type.
Source§impl From<Acceleration> for G
impl From<Acceleration> for G
Source§fn from(value: Acceleration) -> Self
fn from(value: Acceleration) -> Self
Converts to this type from the input type.
Source§impl From<f64> for Acceleration
impl From<f64> for Acceleration
Source§fn from(native: NativeType) -> Acceleration
fn from(native: NativeType) -> Acceleration
Converts to this type from the input type.
Source§impl Into<Acceleration> for FeetPerSecondSquared
impl Into<Acceleration> for FeetPerSecondSquared
Source§fn into(self) -> Acceleration
fn into(self) -> Acceleration
Converts this type into the (usually inferred) input type.
Source§impl Into<Acceleration> for G
impl Into<Acceleration> for G
Source§fn into(self) -> Acceleration
fn into(self) -> Acceleration
Converts this type into the (usually inferred) input type.
Source§impl Into<f64> for Acceleration
impl Into<f64> for Acceleration
Source§fn into(self) -> NativeType
fn into(self) -> NativeType
Converts this type into the (usually inferred) input type.
Source§impl Mul<Acceleration> for Mass
impl Mul<Acceleration> for Mass
Source§impl Mul<Acceleration> for Scalar
impl Mul<Acceleration> for Scalar
Source§type Output = Acceleration
type Output = Acceleration
The resulting type after applying the
* operator.Source§fn mul(self, rhs: Acceleration) -> Acceleration
fn mul(self, rhs: Acceleration) -> Acceleration
Performs the
* operation. Read moreSource§impl Mul<Acceleration> for Time
impl Mul<Acceleration> for Time
Source§impl Mul<Decibel<Acceleration>> for Acceleration
impl Mul<Decibel<Acceleration>> for Acceleration
Source§type Output = Acceleration
type Output = Acceleration
The resulting type after applying the
* operator.Source§impl Mul<Mass> for Acceleration
impl Mul<Mass> for Acceleration
Source§impl Mul<Scalar> for Acceleration
impl Mul<Scalar> for Acceleration
Source§impl Mul<Time> for Acceleration
impl Mul<Time> for Acceleration
Source§impl PartialEq for Acceleration
impl PartialEq for Acceleration
Source§impl PartialOrd for Acceleration
impl PartialOrd for Acceleration
Source§impl Sub for Acceleration
impl Sub for Acceleration
Source§impl SubAssign for Acceleration
impl SubAssign for Acceleration
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-= operation. Read moreimpl Copy for Acceleration
Auto Trait Implementations§
impl Freeze for Acceleration
impl RefUnwindSafe for Acceleration
impl Send for Acceleration
impl Sync for Acceleration
impl Unpin for Acceleration
impl UnwindSafe for Acceleration
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