Struct simple_units::si_units::SecondPerMeter [] [src]

pub struct SecondPerMeter(pub f64);

Trait Implementations

impl Debug for SecondPerMeter
[src]

Formats the value using the given formatter.

impl Clone for SecondPerMeter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SecondPerMeter
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for SecondPerMeter
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for SecondPerMeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for SecondPerMeter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<SecondPerMeter> for SecondPerMeter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<MeterPerSecond> for SecondPerMeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Meter> for SecondPerMeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<PerSecond> for SecondPerMeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerMeter> for SecondPerMeter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Second> for SecondPerMeter
[src]

The resulting type after applying the / operator

The method for the / operator