Struct simple_units::si_units::Mol [] [src]

pub struct Mol(pub f64);

Trait Implementations

impl Debug for Mol
[src]

Formats the value using the given formatter.

impl Clone for Mol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Mol
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for Mol
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for Mol
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for Mol
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Mol> for Mol
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<PerMol> for Mol
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<SecondPerMol> for Mol
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<JoulePerKelvinMol> for Mol
[src]

The resulting type after applying the * operator

The method for the * operator