Struct simple_units::conversion::Year [] [src]

pub struct Year(pub f64);

Trait Implementations

impl Debug for Year
[src]

Formats the value using the given formatter.

impl Clone for Year
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Year
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for Year
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for Year
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for Year
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Year> for Year
[src]

The resulting type after applying the / operator

The method for the / operator

impl From<Second> for Year
[src]

Performs the conversion.