Struct simple_units::si_units::PerMeter [] [src]

pub struct PerMeter(pub f64);

Trait Implementations

impl Debug for PerMeter
[src]

Formats the value using the given formatter.

impl Clone for PerMeter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PerMeter
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for PerMeter
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for PerMeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for PerMeter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<PerMeter> for PerMeter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Meter> for PerMeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<PerMeter> for PerMeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<PerMeter2> for PerMeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerMeter2> for PerMeter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Meter> for PerMeter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Meter2> for PerMeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerMeter3> for PerMeter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Meter2> for PerMeter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Meter3> for PerMeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<MeterPerSecond> for PerMeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerSecond> for PerMeter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<SecondPerMeter> for PerMeter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Second> for PerMeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<PerSecond> for PerMeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<MeterSecond> for PerMeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<Second> for PerMeter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<PerMeterSecond> for PerMeter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<MeterPerSecond2> for PerMeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerSecond2> for PerMeter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Second2PerMeter> for PerMeter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Second2> for PerMeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<PerSecond2> for PerMeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<MeterSecond2> for PerMeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<Second2> for PerMeter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<PerMeterSecond2> for PerMeter
[src]

The resulting type after applying the / operator

The method for the / operator