Struct vec_vp_tree::dist::num::SignedDist
[−]
[src]
pub struct SignedDist;
Distance function for signed integers.
Returns (left - right).abs() as u64
Trait Implementations
impl Copy for SignedDist[src]
impl Clone for SignedDist[src]
fn clone(&self) -> SignedDist
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