Struct simple_units::si_units::Second [] [src]

pub struct Second(pub f64);

Trait Implementations

impl Debug for Second
[src]

Formats the value using the given formatter.

impl Clone for Second
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Second
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for Second
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for Second
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for Second
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Second> for Second
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<PerSecond> for Second
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Second> for Second
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Second2> for Second
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<PerSecond2> for Second
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<PerSecond3> for Second
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerSecond> for Second
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Second2> for Second
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<PerSecond2> for Second
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Second3> for Second
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<Meter> for Second
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<MeterPerSecond> for Second
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<Meter> for Second
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<SecondPerMeter> for Second
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<PerMeter> for Second
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerMeter> for Second
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<MeterSecond> for Second
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<PerMeterSecond> for Second
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Meter2> for Second
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Meter2PerSecond> for Second
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<Meter2> for Second
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<SecondPerMeter2> for Second
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<PerMeter2> for Second
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<PerMeter2> for Second
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Meter2Second> for Second
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<PerMeter2Second> for Second
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Newton> for Second
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Watt> for Second
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<KelvinPerSecond> for Second
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<DegCPerSecond> for Second
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<SecondPerMol> for Second
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Mol> for Second
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<JouleKelvinPerMolSecond> for Second
[src]

The resulting type after applying the * operator

The method for the * operator

impl From<Minute> for Second
[src]

Performs the conversion.

impl From<Hour> for Second
[src]

Performs the conversion.

impl From<Day> for Second
[src]

Performs the conversion.

impl From<Week> for Second
[src]

Performs the conversion.

impl From<Month> for Second
[src]

Performs the conversion.

impl From<Year> for Second
[src]

Performs the conversion.

impl From<MilYear> for Second
[src]

Performs the conversion.