Struct simple_units::conversion::Milimeter [] [src]

pub struct Milimeter(pub f64);

Trait Implementations

impl Debug for Milimeter
[src]

Formats the value using the given formatter.

impl Clone for Milimeter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Milimeter
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for Milimeter
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for Milimeter
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for Milimeter
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Milimeter> for Milimeter
[src]

The resulting type after applying the / operator

The method for the / operator

impl From<Meter> for Milimeter
[src]

Performs the conversion.