Skip to main content

Acceleration

Type Alias Acceleration 

Source
pub type Acceleration = Qty<1, 0, -2, 0, 0, 0, 0>;
Expand description

Metres per second squared.

Aliased Type§

pub struct Acceleration(/* private fields */);

Trait Implementations§

Source§

impl Mul<Qty<0, 0, 1, 0, 0, 0, 0>> for Acceleration

Source§

type Output = Qty<1, 0, -1, 0, 0, 0, 0>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Time) -> Velocity

Performs the * operation. Read more
Source§

impl Mul<Qty<0, 1, 0, 0, 0, 0, 0>> for Acceleration

Source§

type Output = Qty<1, 1, -2, 0, 0, 0, 0>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Mass) -> Force

Performs the * operation. Read more