Struct simple_units::si_units::PerDegC [] [src]

pub struct PerDegC(pub f64);

Trait Implementations

impl Debug for PerDegC
[src]

Formats the value using the given formatter.

impl Clone for PerDegC
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PerDegC
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for PerDegC
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for PerDegC
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for PerDegC
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<PerDegC> for PerDegC
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<DegC> for PerDegC
[src]

The resulting type after applying the * operator

The method for the * operator