[][src]Struct dssim_core::Val

pub struct Val(_);

Result of comparison as f64

Implementations

impl Dssim[src]

pub fn new(v: f64) -> Dssim[src]

Trait Implementations

impl Add<Dssim> for f64[src]

type Output = f64

The resulting type after applying the + operator.

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

type Output = f64

The resulting type after applying the + operator.

impl Clone for Dssim[src]

impl Copy for Dssim[src]

impl Debug for Dssim[src]

impl Display for Dssim[src]

impl Div<Dssim> for f64[src]

type Output = f64

The resulting type after applying the / operator.

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

type Output = f64

The resulting type after applying the / operator.

impl Eq for Dssim[src]

impl From<Dssim> for f64[src]

impl From<f64> for Dssim[src]

impl Mul<Dssim> for f64[src]

type Output = Dssim

The resulting type after applying the * operator.

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

type Output = Dssim

The resulting type after applying the * operator.

impl PartialEq<Dssim> for Dssim[src]

impl PartialEq<Dssim> for f64[src]

impl PartialEq<f64> for Dssim[src]

impl PartialOrd<Dssim> for Dssim[src]

impl PartialOrd<Dssim> for f64[src]

impl PartialOrd<f64> for Dssim[src]

impl StructuralPartialEq for Dssim[src]

impl Sub<Dssim> for f64[src]

type Output = f64

The resulting type after applying the - operator.

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

type Output = f64

The resulting type after applying the - operator.

Auto Trait Implementations

impl RefUnwindSafe for Dssim

impl Send for Dssim

impl Sync for Dssim

impl Unpin for Dssim

impl UnwindSafe for Dssim

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.