Struct simple_units::si_units::KilogramMeterPerSecond [] [src]

pub struct KilogramMeterPerSecond(pub f64);

Trait Implementations

impl Debug for KilogramMeterPerSecond
[src]

Formats the value using the given formatter.

impl Clone for KilogramMeterPerSecond
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for KilogramMeterPerSecond
[src]

impl PartialEq for KilogramMeterPerSecond
[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 KilogramMeterPerSecond
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub for KilogramMeterPerSecond
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for KilogramMeterPerSecond
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for KilogramMeterPerSecond
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<KilogramMeterPerSecond> for KilogramMeterPerSecond
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<SecondPerKilogramMeter> for KilogramMeterPerSecond
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<MeterPerSecond> for KilogramMeterPerSecond
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Kilogram> for KilogramMeterPerSecond
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Second> for KilogramMeterPerSecond
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Newton> for KilogramMeterPerSecond
[src]

The resulting type after applying the / operator

The method for the / operator