[−][src]Struct dssim_core::Val
Result of comparison as f64
Implementations
impl Dssim[src]
Trait Implementations
impl<RHS: Into<f64>> Add<RHS> for Dssim[src]
type Output = f64
The resulting type after applying the + operator.
pub 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<RHS: Into<f64>> Div<RHS> for Dssim[src]
type Output = f64
The resulting type after applying the / operator.
pub fn div(self, r: RHS) -> Self::Output[src]
impl Eq for Dssim[src]
impl From<f64> for Dssim[src]
impl<RHS: Into<f64>> Mul<RHS> for Dssim[src]
type Output = Dssim
The resulting type after applying the * operator.
pub fn mul(self, r: RHS) -> Self::Output[src]
impl PartialEq<Dssim> for Dssim[src]
impl PartialEq<f64> for Dssim[src]
impl PartialOrd<Dssim> for Dssim[src]
pub fn partial_cmp(&self, other: &Dssim) -> Option<Ordering>[src]
pub fn lt(&self, other: &Dssim) -> bool[src]
pub fn le(&self, other: &Dssim) -> bool[src]
pub fn gt(&self, other: &Dssim) -> bool[src]
pub fn ge(&self, other: &Dssim) -> bool[src]
impl PartialOrd<f64> for Dssim[src]
pub fn partial_cmp(&self, other: &f64) -> Option<Ordering>[src]
pub fn lt(&self, other: &f64) -> bool[src]
pub fn le(&self, other: &f64) -> bool[src]
pub fn gt(&self, other: &f64) -> bool[src]
pub fn ge(&self, other: &f64) -> bool[src]
impl StructuralPartialEq for Dssim[src]
impl<RHS: Into<f64>> Sub<RHS> for Dssim[src]
Auto Trait Implementations
impl RefUnwindSafe for Dssim[src]
impl Send for Dssim[src]
impl Sync for Dssim[src]
impl Unpin for Dssim[src]
impl UnwindSafe for Dssim[src]
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,
pub 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> Pointable for T
pub const ALIGN: usize
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
pub unsafe fn drop(ptr: usize)
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub 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.
pub 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>,