#[repr(C)]
pub enum DescriptorMatcher_MatcherType {
FLANNBASED,
BRUTEFORCE,
BRUTEFORCE_L1,
BRUTEFORCE_HAMMING,
BRUTEFORCE_HAMMINGLUT,
BRUTEFORCE_SL2,
}
Variants§
Trait Implementations§
source§impl Clone for DescriptorMatcher_MatcherType
impl Clone for DescriptorMatcher_MatcherType
source§fn clone(&self) -> DescriptorMatcher_MatcherType
fn clone(&self) -> DescriptorMatcher_MatcherType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<DescriptorMatcher_MatcherType> for DescriptorMatcher_MatcherType
impl PartialEq<DescriptorMatcher_MatcherType> for DescriptorMatcher_MatcherType
source§fn eq(&self, other: &DescriptorMatcher_MatcherType) -> bool
fn eq(&self, other: &DescriptorMatcher_MatcherType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.