Struct simple_units::si_units::Kelvin [] [src]

pub struct Kelvin(pub f64);

Trait Implementations

impl Debug for Kelvin
[src]

Formats the value using the given formatter.

impl Clone for Kelvin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Kelvin
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for Kelvin
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for Kelvin
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for Kelvin
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Kelvin> for Kelvin
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<PerKelvin> for Kelvin
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Kelvin> for Kelvin
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<Second> for Kelvin
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<KelvinPerSecond> for Kelvin
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<JoulePerKelvin> for Kelvin
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<JoulePerKelvinMol> for Kelvin
[src]

The resulting type after applying the * operator

The method for the * operator

impl From<DegC> for Kelvin
[src]

Performs the conversion.