Struct pointcloud::metrics::L2[][src]

pub struct L2 {}

L2 distance trait.

Trait Implementations

impl Debug for L2[src]

impl Metric<[f32]> for L2[src]

impl Metric<[i16]> for L2[src]

impl Metric<[i32]> for L2[src]

impl Metric<[i8]> for L2[src]

impl Metric<[u16]> for L2[src]

impl Metric<[u32]> for L2[src]

impl Metric<[u8]> for L2[src]

impl<'a> Metric<RawSparse<f32, u16>> for L2[src]

impl<'a> Metric<RawSparse<f32, u32>> for L2[src]

impl<'a> Metric<RawSparse<f32, u8>> for L2[src]

impl<'a> Metric<RawSparse<i16, u16>> for L2[src]

impl<'a> Metric<RawSparse<i16, u32>> for L2[src]

impl<'a> Metric<RawSparse<i16, u8>> for L2[src]

impl<'a> Metric<RawSparse<i32, u16>> for L2[src]

impl<'a> Metric<RawSparse<i32, u32>> for L2[src]

impl<'a> Metric<RawSparse<i32, u8>> for L2[src]

impl<'a> Metric<RawSparse<i8, u16>> for L2[src]

impl<'a> Metric<RawSparse<i8, u32>> for L2[src]

impl<'a> Metric<RawSparse<i8, u8>> for L2[src]

impl<'a> Metric<RawSparse<u16, u16>> for L2[src]

impl<'a> Metric<RawSparse<u16, u32>> for L2[src]

impl<'a> Metric<RawSparse<u16, u8>> for L2[src]

impl<'a> Metric<RawSparse<u32, u16>> for L2[src]

impl<'a> Metric<RawSparse<u32, u32>> for L2[src]

impl<'a> Metric<RawSparse<u32, u8>> for L2[src]

impl<'a> Metric<RawSparse<u8, u16>> for L2[src]

impl<'a> Metric<RawSparse<u8, u32>> for L2[src]

impl<'a> Metric<RawSparse<u8, u8>> for L2[src]

Auto Trait Implementations

impl RefUnwindSafe for L2

impl Send for L2

impl Sync for L2

impl Unpin for L2

impl UnwindSafe for L2

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T, U> Cast<U> for T where
    U: FromCast<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> FromCast<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.