Struct simple_units::si_units::Second2PerMeter [] [src]

pub struct Second2PerMeter(pub f64);

Trait Implementations

impl Debug for Second2PerMeter
[src]

Formats the value using the given formatter.

impl Clone for Second2PerMeter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Second2PerMeter
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for Second2PerMeter
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for Second2PerMeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for Second2PerMeter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Second2PerMeter> for Second2PerMeter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<MeterPerSecond2> for Second2PerMeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Meter> for Second2PerMeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<PerSecond2> for Second2PerMeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerMeter> for Second2PerMeter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Second2> for Second2PerMeter
[src]

The resulting type after applying the / operator

The method for the / operator