Struct simple_units::si_units::Pascal [] [src]

pub struct Pascal(pub f64);

Trait Implementations

impl Debug for Pascal
[src]

Formats the value using the given formatter.

impl Clone for Pascal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Pascal
[src]

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

The resulting type after applying the + operator

The method for the + operator

impl Sub for Pascal
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<f64> for Pascal
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<f64> for Pascal
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<Pascal> for Pascal
[src]

The resulting type after applying the / operator

The method for the / operator

impl Mul<PerPascal> for Pascal
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<Meter2> for Pascal
[src]

The resulting type after applying the * operator

The method for the * operator