[][src]Struct acap::hamming::Hamming

pub struct Hamming<T>(pub T);

A point in Hamming space.

This wrapper equips any integer with the Hamming distance metric.

Implementations

impl<T> Hamming<T>[src]

pub fn new(point: T) -> Self[src]

Wrap a point.

pub fn into_inner(self) -> T[src]

Unwrap a point.

Trait Implementations

impl<T: Clone> Clone for Hamming<T>[src]

impl<T: Copy> Copy for Hamming<T>[src]

impl<T: Debug> Debug for Hamming<T>[src]

impl<T: Eq> Eq for Hamming<T>[src]

impl<T: PrimInt> Metric<Hamming<T>> for Hamming<T>[src]

Hamming distance is a metric.

impl<T: PrimInt> Metric<Hamming<T>> for T[src]

impl<T: PrimInt> Metric<T> for Hamming<T>[src]

impl<T: PartialEq> PartialEq<Hamming<T>> for Hamming<T>[src]

impl<T: PrimInt> Proximity<Hamming<T>> for Hamming<T>[src]

The hamming distance function.

type Distance = i32

The type that represents distances.

impl<T: PrimInt> Proximity<Hamming<T>> for T[src]

type Distance = i32

The type that represents distances.

impl<T: PrimInt> Proximity<T> for Hamming<T>[src]

type Distance = i32

The type that represents distances.

impl<T> StructuralEq for Hamming<T>[src]

impl<T> StructuralPartialEq for Hamming<T>[src]

Auto Trait Implementations

impl<T> RefUnwindSafe for Hamming<T> where
    T: RefUnwindSafe

impl<T> Send for Hamming<T> where
    T: Send

impl<T> Sync for Hamming<T> where
    T: Sync

impl<T> Unpin for Hamming<T> where
    T: Unpin

impl<T> UnwindSafe for Hamming<T> where
    T: UnwindSafe

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> From<T> for T[src]

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

impl<T> Metric<Hamming<T>> for T where
    T: PrimInt
[src]

impl<T> Metric<Hamming<T>> for T where
    T: PrimInt
[src]

impl<T> Metric<Hamming<T>> for T where
    T: PrimInt
[src]

impl<T> Metric<Hamming<T>> for T where
    T: PrimInt
[src]

impl<T> Metric<Hamming<T>> for T where
    T: PrimInt
[src]

impl<T> Metric<Hamming<T>> for T where
    T: PrimInt
[src]

impl<T> Metric<Hamming<T>> for T where
    T: PrimInt
[src]

impl<T> Metric<Hamming<T>> for T where
    T: PrimInt
[src]

impl<T> Metric<Hamming<T>> for T where
    T: PrimInt
[src]

impl<T> Metric<Hamming<T>> for T where
    T: PrimInt
[src]

impl<T> Metric<Hamming<T>> for T where
    T: PrimInt
[src]

impl<T> Metric<Hamming<T>> for T where
    T: PrimInt
[src]

impl<T> Proximity<Hamming<T>> for T where
    T: PrimInt
[src]

type Distance = i32

The type that represents distances.

impl<T> Proximity<Hamming<T>> for T where
    T: PrimInt
[src]

type Distance = i32

The type that represents distances.

impl<T> Proximity<Hamming<T>> for T where
    T: PrimInt
[src]

type Distance = i32

The type that represents distances.

impl<T> Proximity<Hamming<T>> for T where
    T: PrimInt
[src]

type Distance = i32

The type that represents distances.

impl<T> Proximity<Hamming<T>> for T where
    T: PrimInt
[src]

type Distance = i32

The type that represents distances.

impl<T> Proximity<Hamming<T>> for T where
    T: PrimInt
[src]

type Distance = i32

The type that represents distances.

impl<T> Proximity<Hamming<T>> for T where
    T: PrimInt
[src]

type Distance = i32

The type that represents distances.

impl<T> Proximity<Hamming<T>> for T where
    T: PrimInt
[src]

type Distance = i32

The type that represents distances.

impl<T> Proximity<Hamming<T>> for T where
    T: PrimInt
[src]

type Distance = i32

The type that represents distances.

impl<T> Proximity<Hamming<T>> for T where
    T: PrimInt
[src]

type Distance = i32

The type that represents distances.

impl<T> Proximity<Hamming<T>> for T where
    T: PrimInt
[src]

type Distance = i32

The type that represents distances.

impl<T> Proximity<Hamming<T>> for T where
    T: PrimInt
[src]

type Distance = i32

The type that represents distances.

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.