#[repr(C)]pub enum AgastFeatureDetector_DetectorType {
AGAST_5_8 = 0,
AGAST_7_12d = 1,
AGAST_7_12s = 2,
OAST_9_16 = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for AgastFeatureDetector_DetectorType
impl Clone for AgastFeatureDetector_DetectorType
Source§fn clone(&self) -> AgastFeatureDetector_DetectorType
fn clone(&self) -> AgastFeatureDetector_DetectorType
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 From<AgastFeatureDetector_DetectorType> for i32
impl From<AgastFeatureDetector_DetectorType> for i32
Source§fn from(v: AgastFeatureDetector_DetectorType) -> Self
fn from(v: AgastFeatureDetector_DetectorType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AgastFeatureDetector_DetectorType
impl PartialEq for AgastFeatureDetector_DetectorType
Source§fn eq(&self, other: &AgastFeatureDetector_DetectorType) -> bool
fn eq(&self, other: &AgastFeatureDetector_DetectorType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for AgastFeatureDetector_DetectorType
impl Eq for AgastFeatureDetector_DetectorType
impl StructuralPartialEq for AgastFeatureDetector_DetectorType
Auto Trait Implementations§
impl Freeze for AgastFeatureDetector_DetectorType
impl RefUnwindSafe for AgastFeatureDetector_DetectorType
impl Send for AgastFeatureDetector_DetectorType
impl Sync for AgastFeatureDetector_DetectorType
impl Unpin for AgastFeatureDetector_DetectorType
impl UnwindSafe for AgastFeatureDetector_DetectorType
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