Struct simple_units::si_units::Kelvin2 [] [src]

pub struct Kelvin2(pub f64);

Trait Implementations

impl Debug for Kelvin2
[src]

Formats the value using the given formatter.

impl Clone for Kelvin2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Kelvin2
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for Kelvin2
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for Kelvin2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for Kelvin2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Kelvin2> for Kelvin2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<PerKelvin2> for Kelvin2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<Kelvin> for Kelvin2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<JoulePerKelvinMol> for Kelvin2
[src]

The resulting type after applying the * operator

The method for the * operator