Struct vec_vp_tree::dist::num::FloatDist
[−]
[src]
pub struct FloatDist;
Implements DistFn for floating-point numbers.
Returns (left - right).abs().round() as u64.
Trait Implementations
impl Copy for FloatDist[src]
impl Clone for FloatDist[src]
fn clone(&self) -> FloatDist
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more