#[repr(C)]
pub enum FastFeatureDetector_DetectorType {
TYPE_5_8,
TYPE_7_12,
TYPE_9_16,
}Variants§
Trait Implementations§
source§impl Clone for FastFeatureDetector_DetectorType
impl Clone for FastFeatureDetector_DetectorType
source§fn clone(&self) -> FastFeatureDetector_DetectorType
fn clone(&self) -> FastFeatureDetector_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<FastFeatureDetector_DetectorType> for FastFeatureDetector_DetectorType
impl PartialEq<FastFeatureDetector_DetectorType> for FastFeatureDetector_DetectorType
source§fn eq(&self, other: &FastFeatureDetector_DetectorType) -> bool
fn eq(&self, other: &FastFeatureDetector_DetectorType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.