Struct simple_units::si_units::PerMeterSecond [] [src]

pub struct PerMeterSecond(pub f64);

Trait Implementations

impl Debug for PerMeterSecond
[src]

Formats the value using the given formatter.

impl Clone for PerMeterSecond
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PerMeterSecond
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for PerMeterSecond
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for PerMeterSecond
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for PerMeterSecond
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<PerMeterSecond> for PerMeterSecond
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<MeterSecond> for PerMeterSecond
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerSecond> for PerMeterSecond
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<PerMeter> for PerMeterSecond
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Meter> for PerMeterSecond
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Second> for PerMeterSecond
[src]

The resulting type after applying the * operator

The method for the * operator