Struct dssim::Val [] [src]

pub struct Val(_);

Result of comparison as f64

Methods

impl Dssim
[src]

[src]

Trait Implementations

impl Debug for Dssim
[src]

[src]

Formats the value using the given formatter.

impl Copy for Dssim
[src]

impl Clone for Dssim
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Dssim
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl PartialOrd for Dssim
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

[src]

This method tests less than (for self and other) and is used by the < operator. Read more

[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Display for Dssim
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for Dssim
[src]

impl PartialEq<f64> for Dssim
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl From<f64> for Dssim
[src]

[src]

Performs the conversion.

impl<RHS: Into<f64>> Sub<RHS> for Dssim
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl<RHS: Into<f64>> Add<RHS> for Dssim
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl<RHS: Into<f64>> Mul<RHS> for Dssim
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl<RHS: Into<f64>> Div<RHS> for Dssim
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl PartialOrd<f64> for Dssim
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

[src]

This method tests less than (for self and other) and is used by the < operator. Read more

[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more