Struct simple_units::si_units::PerSecond2 [] [src]

pub struct PerSecond2(pub f64);

Trait Implementations

impl Debug for PerSecond2
[src]

Formats the value using the given formatter.

impl Clone for PerSecond2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PerSecond2
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for PerSecond2
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for PerSecond2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for PerSecond2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<PerSecond2> for PerSecond2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Second2> for PerSecond2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerSecond> for PerSecond2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<PerSecond> for PerSecond2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Second> for PerSecond2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerSecond3> for PerSecond2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Second> for PerSecond2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Second3> for PerSecond2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Meter> for PerSecond2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerMeter> for PerSecond2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<MeterPerSecond2> for PerSecond2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Second2PerMeter> for PerSecond2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<PerMeter> for PerSecond2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<MeterSecond2> for PerSecond2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<Meter> for PerSecond2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<PerMeterSecond2> for PerSecond2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Meter2> for PerSecond2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerMeter2> for PerSecond2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Meter2PerSecond2> for PerSecond2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Second2PerMeter2> for PerSecond2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<PerMeter2> for PerSecond2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Meter2Second2> for PerSecond2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<Meter2> for PerSecond2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<PerMeter2Second2> for PerSecond2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Meter2Second> for PerSecond2
[src]

The resulting type after applying the * operator

The method for the * operator