Struct simple_units::si_units::SecondPerMol [] [src]

pub struct SecondPerMol(pub f64);

Trait Implementations

impl Debug for SecondPerMol
[src]

Formats the value using the given formatter.

impl Clone for SecondPerMol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SecondPerMol
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for SecondPerMol
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for SecondPerMol
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for SecondPerMol
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<SecondPerMol> for SecondPerMol
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<MolPerSecond> for SecondPerMol
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<JouleKelvinPerSecond> for SecondPerMol
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Mol> for SecondPerMol
[src]

The resulting type after applying the * operator

The method for the * operator