#[repr(C)]
pub enum PCTSignatures_DistanceFunction {
L0_25,
L0_5,
L1,
L2,
L2SQUARED,
L5,
L_INFINITY,
}Expand description
Lp distance function selector.
Variants
L0_25
L0_5
L1
L2
L2SQUARED
L5
L_INFINITY
Trait Implementations
sourceimpl Clone for PCTSignatures_DistanceFunction
impl Clone for PCTSignatures_DistanceFunction
sourcefn clone(&self) -> PCTSignatures_DistanceFunction
fn clone(&self) -> PCTSignatures_DistanceFunction
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<PCTSignatures_DistanceFunction> for PCTSignatures_DistanceFunction
impl PartialEq<PCTSignatures_DistanceFunction> for PCTSignatures_DistanceFunction
sourcefn eq(&self, other: &PCTSignatures_DistanceFunction) -> bool
fn eq(&self, other: &PCTSignatures_DistanceFunction) -> bool
impl Copy for PCTSignatures_DistanceFunction
impl StructuralPartialEq for PCTSignatures_DistanceFunction
Auto Trait Implementations
impl RefUnwindSafe for PCTSignatures_DistanceFunction
impl Send for PCTSignatures_DistanceFunction
impl Sync for PCTSignatures_DistanceFunction
impl Unpin for PCTSignatures_DistanceFunction
impl UnwindSafe for PCTSignatures_DistanceFunction
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