Struct simple_units::si_units::Kilogram [] [src]

pub struct Kilogram(pub f64);

Trait Implementations

impl Debug for Kilogram
[src]

Formats the value using the given formatter.

impl Clone for Kilogram
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Kilogram
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for Kilogram
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for Kilogram
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for Kilogram
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Kilogram> for Kilogram
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<PerKilogram> for Kilogram
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<MeterPerSecond> for Kilogram
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<MeterPerSecond2> for Kilogram
[src]

The resulting type after applying the * operator

The method for the * operator