Struct simple_units::si_units::Meter [] [src]

pub struct Meter(pub f64);

Trait Implementations

impl Debug for Meter
[src]

Formats the value using the given formatter.

impl Clone for Meter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Meter
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for Meter
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for Meter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for Meter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Meter> for Meter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<PerMeter> for Meter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Meter> for Meter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Meter2> for Meter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<PerMeter2> for Meter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<PerMeter3> for Meter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerMeter> for Meter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Meter2> for Meter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<PerMeter2> for Meter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Meter3> for Meter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Second> for Meter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<PerSecond> for Meter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<Second> for Meter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<MeterPerSecond> for Meter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<SecondPerMeter> for Meter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerSecond> for Meter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<MeterSecond> for Meter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<PerMeterSecond> for Meter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Second2> for Meter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<PerSecond2> for Meter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<Second2> for Meter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<MeterPerSecond2> for Meter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Second2PerMeter> for Meter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerSecond2> for Meter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<MeterSecond2> for Meter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<PerMeterSecond2> for Meter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Joule> for Meter
[src]

The resulting type after applying the * operator

The method for the * operator

impl From<Foot> for Meter
[src]

Performs the conversion.

impl From<Yard> for Meter
[src]

Performs the conversion.

impl From<Mile> for Meter
[src]

Performs the conversion.

impl From<Kilometer> for Meter
[src]

Performs the conversion.

impl From<Milimeter> for Meter
[src]

Performs the conversion.

impl From<Micrometer> for Meter
[src]

Performs the conversion.

impl From<Nanometer> for Meter
[src]

Performs the conversion.

impl From<AstronomicalUnit> for Meter
[src]

Performs the conversion.

impl From<LightYear> for Meter
[src]

Performs the conversion.

impl From<Parsec> for Meter
[src]

Performs the conversion.