Struct simple_units::si_units::Meter2 [] [src]

pub struct Meter2(pub f64);

Trait Implementations

impl Debug for Meter2
[src]

Formats the value using the given formatter.

impl Clone for Meter2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Meter2
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for Meter2
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for Meter2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for Meter2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Meter2> for Meter2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<PerMeter2> for Meter2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<Meter> for Meter2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Meter> for Meter2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<PerMeter> for Meter2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<PerMeter3> for Meter2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerMeter> for Meter2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Meter3> for Meter2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Second> for Meter2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<PerSecond> for Meter2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<Second> for Meter2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Meter2PerSecond> for Meter2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<SecondPerMeter2> for Meter2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerSecond> for Meter2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Meter2Second> for Meter2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<PerMeter2Second> for Meter2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Second2> for Meter2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<PerSecond2> for Meter2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<Second2> for Meter2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Meter2PerSecond2> for Meter2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Second2PerMeter2> for Meter2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerSecond2> for Meter2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Meter2Second2> for Meter2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<PerMeter2Second2> for Meter2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Pascal> for Meter2
[src]

The resulting type after applying the * operator

The method for the * operator