Struct simple_units::si_units::PerMeter2Second [] [src]

pub struct PerMeter2Second(pub f64);

Trait Implementations

impl Debug for PerMeter2Second
[src]

Formats the value using the given formatter.

impl Clone for PerMeter2Second
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PerMeter2Second
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for PerMeter2Second
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for PerMeter2Second
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for PerMeter2Second
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<PerMeter2Second> for PerMeter2Second
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Meter2Second> for PerMeter2Second
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerSecond> for PerMeter2Second
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<PerMeter2> for PerMeter2Second
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Meter2> for PerMeter2Second
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Second> for PerMeter2Second
[src]

The resulting type after applying the * operator

The method for the * operator