#[repr(C)]pub enum FastFeatureDetector_DetectorType {
TYPE_5_8 = 0,
TYPE_7_12 = 1,
TYPE_9_16 = 2,
}
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 From<FastFeatureDetector_DetectorType> for i32
impl From<FastFeatureDetector_DetectorType> for i32
Source§fn from(v: FastFeatureDetector_DetectorType) -> Self
fn from(v: FastFeatureDetector_DetectorType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FastFeatureDetector_DetectorType
impl PartialEq for FastFeatureDetector_DetectorType
Source§fn eq(&self, other: &FastFeatureDetector_DetectorType) -> bool
fn eq(&self, other: &FastFeatureDetector_DetectorType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for FastFeatureDetector_DetectorType
impl Eq for FastFeatureDetector_DetectorType
impl StructuralPartialEq for FastFeatureDetector_DetectorType
Auto Trait Implementations§
impl Freeze for FastFeatureDetector_DetectorType
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§
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