#[repr(C)]
pub enum AgastFeatureDetector_DetectorType {
AGAST_5_8,
AGAST_7_12d,
AGAST_7_12s,
OAST_9_16,
}
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 PartialEq<AgastFeatureDetector_DetectorType> for AgastFeatureDetector_DetectorType
impl PartialEq<AgastFeatureDetector_DetectorType> for AgastFeatureDetector_DetectorType
source§fn eq(&self, other: &AgastFeatureDetector_DetectorType) -> bool
fn eq(&self, other: &AgastFeatureDetector_DetectorType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.