Enum vlfeat_sys::_VlVectorComparisonType [] [src]

#[repr(u32)]
pub enum _VlVectorComparisonType { VlDistanceL1, VlDistanceL2, VlDistanceChi2, VlDistanceHellinger, VlDistanceJS, VlDistanceMahalanobis, VlKernelL1, VlKernelL2, VlKernelChi2, VlKernelHellinger, VlKernelJS, }

@brief Vector comparison types

Variants

Trait Implementations

impl Debug for _VlVectorComparisonType
[src]

Formats the value using the given formatter.

impl Copy for _VlVectorComparisonType
[src]

impl Clone for _VlVectorComparisonType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for _VlVectorComparisonType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for _VlVectorComparisonType
[src]

impl Hash for _VlVectorComparisonType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more