[][src]Struct yaum::velocity::Acceleration

pub struct Acceleration(_);

Implementations

impl Acceleration[src]

pub const fn new(value: Base) -> Self[src]

pub const fn dimensionless(self) -> Base[src]

pub fn mps2(self) -> Base[src]

Trait Implementations

impl Add<Acceleration> for Acceleration[src]

type Output = Acceleration

The resulting type after applying the + operator.

impl Clone for Acceleration[src]

impl Copy for Acceleration[src]

impl Debug for Acceleration[src]

impl Default for Acceleration[src]

impl Div<Acceleration> for Acceleration[src]

type Output = Base

The resulting type after applying the / operator.

impl Div<f32> for Acceleration[src]

type Output = Acceleration

The resulting type after applying the / operator.

impl Mul<Acceleration> for Base[src]

type Output = Acceleration

The resulting type after applying the * operator.

impl Mul<f32> for Acceleration[src]

type Output = Acceleration

The resulting type after applying the * operator.

impl PartialEq<Acceleration> for Acceleration[src]

impl PartialOrd<Acceleration> for Acceleration[src]

impl StructuralPartialEq for Acceleration[src]

impl Sub<Acceleration> for Acceleration[src]

type Output = Acceleration

The resulting type after applying the - operator.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.