Struct simple_units::si_units::DegC [] [src]

pub struct DegC(pub f64);

Trait Implementations

impl Debug for DegC
[src]

Formats the value using the given formatter.

impl Clone for DegC
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DegC
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for DegC
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for DegC
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for DegC
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<DegC> for DegC
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<PerDegC> for DegC
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<Second> for DegC
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<DegCPerSecond> for DegC
[src]

The resulting type after applying the / operator

The method for the / operator

impl From<Kelvin> for DegC
[src]

Performs the conversion.

impl From<Fahrenheit> for DegC
[src]

Performs the conversion.