[−][src]Struct dssim_core::Val
Result of comparison as f64
Implementations
impl Dssim[src]
Trait Implementations
impl Add<Dssim> for f64[src]
type Output = f64
The resulting type after applying the + operator.
fn add(self, r: Dssim) -> Self::Output[src]
impl<RHS: Into<f64>> Add<RHS> for Dssim[src]
type Output = f64
The resulting type after applying the + operator.
fn add(self, r: RHS) -> Self::Output[src]
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.
fn div(self, r: Dssim) -> Self::Output[src]
impl<RHS: Into<f64>> Div<RHS> for Dssim[src]
type Output = f64
The resulting type after applying the / operator.
fn div(self, r: RHS) -> Self::Output[src]
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.
fn mul(self, r: Dssim) -> Self::Output[src]
impl<RHS: Into<f64>> Mul<RHS> for Dssim[src]
type Output = Dssim
The resulting type after applying the * operator.
fn mul(self, r: RHS) -> Self::Output[src]
impl PartialEq<Dssim> for Dssim[src]
impl PartialEq<Dssim> for f64[src]
impl PartialEq<f64> for Dssim[src]
impl PartialOrd<Dssim> for Dssim[src]
fn partial_cmp(&self, other: &Dssim) -> Option<Ordering>[src]
fn lt(&self, other: &Dssim) -> bool[src]
fn le(&self, other: &Dssim) -> bool[src]
fn gt(&self, other: &Dssim) -> bool[src]
fn ge(&self, other: &Dssim) -> bool[src]
impl PartialOrd<Dssim> for f64[src]
fn partial_cmp(&self, other: &Dssim) -> Option<Ordering>[src]
fn lt(&self, other: &Dssim) -> bool[src]
fn le(&self, other: &Dssim) -> bool[src]
fn gt(&self, other: &Dssim) -> bool[src]
fn ge(&self, other: &Dssim) -> bool[src]
impl PartialOrd<f64> for Dssim[src]
fn partial_cmp(&self, other: &f64) -> Option<Ordering>[src]
fn lt(&self, other: &f64) -> bool[src]
fn le(&self, other: &f64) -> bool[src]
fn gt(&self, other: &f64) -> bool[src]
fn ge(&self, other: &f64) -> bool[src]
impl StructuralPartialEq for Dssim[src]
impl Sub<Dssim> for f64[src]
type Output = f64
The resulting type after applying the - operator.
fn sub(self, r: Dssim) -> Self::Output[src]
impl<RHS: Into<f64>> Sub<RHS> for Dssim[src]
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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,