Struct simple_units::si_units::PerSecond [] [src]

pub struct PerSecond(pub f64);

Trait Implementations

impl Debug for PerSecond
[src]

Formats the value using the given formatter.

impl Clone for PerSecond
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PerSecond
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for PerSecond
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for PerSecond
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for PerSecond
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<PerSecond> for PerSecond
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Second> for PerSecond
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<PerSecond> for PerSecond
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<PerSecond2> for PerSecond
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerSecond2> for PerSecond
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Second> for PerSecond
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Second2> for PerSecond
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerSecond3> for PerSecond
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Second2> for PerSecond
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Second3> for PerSecond
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Meter> for PerSecond
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerMeter> for PerSecond
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<MeterPerSecond> for PerSecond
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<SecondPerMeter> for PerSecond
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<PerMeter> for PerSecond
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<MeterSecond> for PerSecond
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<Meter> for PerSecond
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<PerMeterSecond> for PerSecond
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Meter2> for PerSecond
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerMeter2> for PerSecond
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Meter2PerSecond> for PerSecond
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<SecondPerMeter2> for PerSecond
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<PerMeter2> for PerSecond
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Meter2Second> for PerSecond
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<Meter2> for PerSecond
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<PerMeter2Second> for PerSecond
[src]

The resulting type after applying the / operator

The method for the / operator