Struct simple_units::si_units::Joule [] [src]

pub struct Joule(pub f64);

Trait Implementations

impl Debug for Joule
[src]

Formats the value using the given formatter.

impl Clone for Joule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Joule
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for Joule
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for Joule
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for Joule
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Joule> for Joule
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<PerJoule> for Joule
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Meter> for Joule
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<Second> for Joule
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Watt> for Joule
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<DegCPerSecond> for Joule
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<KelvinPerSecond> for Joule
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<JoulePerKelvin> for Joule
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Kelvin> for Joule
[src]

The resulting type after applying the / operator

The method for the / operator