Skip to main content

Force

Type Alias Force 

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

Newtons.

Aliased Type§

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

Trait Implementations§

Source§

impl Div<Qty<0, 1, 0, 0, 0, 0, 0>> for Force

Source§

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

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Mass) -> Acceleration

Performs the / operation. Read more
Source§

impl Div<Qty<0, 1, -1, 0, 0, 0, 0>> for Force

Source§

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

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Damping) -> Velocity

Performs the / operation. Read more
Source§

impl Div<Qty<0, 1, -2, 0, 0, 0, 0>> for Force

Source§

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

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Stiffness) -> Length

Performs the / operation. Read more
Source§

impl Div<Qty<1, 0, 0, 0, 0, 0, 0>> for Force

Source§

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

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Length) -> Stiffness

Performs the / operation. Read more
Source§

impl Div<Qty<1, 0, -1, 0, 0, 0, 0>> for Force

Source§

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

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Velocity) -> Damping

Performs the / operation. Read more
Source§

impl Div<Qty<1, 0, -2, 0, 0, 0, 0>> for Force

Source§

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

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Acceleration) -> Mass

Performs the / operation. Read more
Source§

impl Div<Qty<2, 0, 0, 0, 0, 0, 0>> for Force

Source§

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

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Area) -> Pressure

Performs the / operation. Read more
Source§

impl Div<Qty<-1, 1, -2, 0, 0, 0, 0>> for Force

Source§

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

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Pressure) -> Area

Performs the / operation. Read more
Source§

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

Source§

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

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

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

Source§

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

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Length) -> Energy

Performs the * operation. Read more