#[repr(C)]
pub enum FastFeatureDetector_DetectorType {
TYPE_5_8,
TYPE_7_12,
TYPE_9_16,
}Variants
TYPE_5_8
TYPE_7_12
TYPE_9_16
Trait Implementations
sourceimpl Clone for FastFeatureDetector_DetectorType
impl Clone for FastFeatureDetector_DetectorType
sourcefn clone(&self) -> FastFeatureDetector_DetectorType
fn clone(&self) -> FastFeatureDetector_DetectorType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<FastFeatureDetector_DetectorType> for FastFeatureDetector_DetectorType
impl PartialEq<FastFeatureDetector_DetectorType> for FastFeatureDetector_DetectorType
sourcefn eq(&self, other: &FastFeatureDetector_DetectorType) -> bool
fn eq(&self, other: &FastFeatureDetector_DetectorType) -> bool
impl Copy for FastFeatureDetector_DetectorType
impl Eq for FastFeatureDetector_DetectorType
impl StructuralEq for FastFeatureDetector_DetectorType
impl StructuralPartialEq for FastFeatureDetector_DetectorType
Auto Trait Implementations
impl RefUnwindSafe for FastFeatureDetector_DetectorType
impl Send for FastFeatureDetector_DetectorType
impl Sync for FastFeatureDetector_DetectorType
impl Unpin for FastFeatureDetector_DetectorType
impl UnwindSafe for FastFeatureDetector_DetectorType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more