Struct simple_units::si_units::Newton [] [src]

pub struct Newton(pub f64);

Trait Implementations

impl Debug for Newton
[src]

Formats the value using the given formatter.

impl Clone for Newton
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Newton
[src]

impl PartialEq for Newton
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Add for Newton
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub for Newton
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for Newton
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for Newton
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Newton> for Newton
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<PerNewton> for Newton
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<MeterPerSecond2> for Newton
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Kilogram> for Newton
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Second> for Newton
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<Meter2> for Newton
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Pascal> for Newton
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Meter> for Newton
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Joule> for Newton
[src]

The resulting type after applying the / operator

The method for the / operator