Struct simple_units::si_units::PerMeterSecond2 [] [src]

pub struct PerMeterSecond2(pub f64);

Trait Implementations

impl Debug for PerMeterSecond2
[src]

Formats the value using the given formatter.

impl Clone for PerMeterSecond2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PerMeterSecond2
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for PerMeterSecond2
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for PerMeterSecond2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for PerMeterSecond2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<PerMeterSecond2> for PerMeterSecond2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<MeterSecond2> for PerMeterSecond2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerSecond2> for PerMeterSecond2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<PerMeter> for PerMeterSecond2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Meter> for PerMeterSecond2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Second2> for PerMeterSecond2
[src]

The resulting type after applying the * operator

The method for the * operator