#[repr(i32)]pub enum DescriptorMatcher_MatcherType {
FLANNBASED = 1,
BRUTEFORCE = 2,
BRUTEFORCE_L1 = 3,
BRUTEFORCE_HAMMING = 4,
BRUTEFORCE_HAMMINGLUT = 5,
BRUTEFORCE_SL2 = 6,
}
Variants§
FLANNBASED = 1
BRUTEFORCE = 2
BRUTEFORCE_L1 = 3
BRUTEFORCE_HAMMING = 4
BRUTEFORCE_HAMMINGLUT = 5
BRUTEFORCE_SL2 = 6
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 duplicate 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 From<DescriptorMatcher_MatcherType> for i32
impl From<DescriptorMatcher_MatcherType> for i32
Source§fn from(v: DescriptorMatcher_MatcherType) -> Self
fn from(v: DescriptorMatcher_MatcherType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DescriptorMatcher_MatcherType
impl PartialEq for DescriptorMatcher_MatcherType
Source§fn eq(&self, other: &DescriptorMatcher_MatcherType) -> bool
fn eq(&self, other: &DescriptorMatcher_MatcherType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl TryFrom<i32> for DescriptorMatcher_MatcherType
impl TryFrom<i32> for DescriptorMatcher_MatcherType
impl Copy for DescriptorMatcher_MatcherType
impl Eq for DescriptorMatcher_MatcherType
impl StructuralPartialEq for DescriptorMatcher_MatcherType
Auto Trait Implementations§
impl Freeze for DescriptorMatcher_MatcherType
impl RefUnwindSafe for DescriptorMatcher_MatcherType
impl Send for DescriptorMatcher_MatcherType
impl Sync for DescriptorMatcher_MatcherType
impl Unpin for DescriptorMatcher_MatcherType
impl UnwindSafe for DescriptorMatcher_MatcherType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more