Struct dssim_core::Val
source · [−]pub struct Val(_);Expand description
Result of comparison as f64
Implementations
Trait Implementations
sourceimpl PartialOrd<Dssim> for Dssim
impl PartialOrd<Dssim> for Dssim
sourcefn partial_cmp(&self, other: &Dssim) -> Option<Ordering>
fn partial_cmp(&self, other: &Dssim) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresourceimpl PartialOrd<Dssim> for f64
impl PartialOrd<Dssim> for f64
sourceimpl PartialOrd<f64> for Dssim
impl PartialOrd<f64> for Dssim
impl Copy for Dssim
impl Eq for Dssim
impl StructuralPartialEq for Dssim
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
