Struct simple_units::si_units::SecondPerKelvin [] [src]

pub struct SecondPerKelvin(pub f64);

Trait Implementations

impl Debug for SecondPerKelvin
[src]

Formats the value using the given formatter.

impl Clone for SecondPerKelvin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SecondPerKelvin
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for SecondPerKelvin
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for SecondPerKelvin
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for SecondPerKelvin
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<SecondPerKelvin> for SecondPerKelvin
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<KelvinPerSecond> for SecondPerKelvin
[src]

The resulting type after applying the * operator

The method for the * operator