Enum opencv::flann::flann_datatype_t
source · #[repr(C)]pub enum flann_datatype_t {
FLANN_INT8 = 0,
FLANN_INT16 = 1,
FLANN_INT32 = 2,
FLANN_INT64 = 3,
FLANN_UINT8 = 4,
FLANN_UINT16 = 5,
FLANN_UINT32 = 6,
FLANN_UINT64 = 7,
FLANN_FLOAT32 = 8,
FLANN_FLOAT64 = 9,
}
Variants§
FLANN_INT8 = 0
FLANN_INT16 = 1
FLANN_INT32 = 2
FLANN_INT64 = 3
FLANN_UINT8 = 4
FLANN_UINT16 = 5
FLANN_UINT32 = 6
FLANN_UINT64 = 7
FLANN_FLOAT32 = 8
FLANN_FLOAT64 = 9
Trait Implementations§
source§impl Clone for flann_datatype_t
impl Clone for flann_datatype_t
source§fn clone(&self) -> flann_datatype_t
fn clone(&self) -> flann_datatype_t
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 Debug for flann_datatype_t
impl Debug for flann_datatype_t
source§impl From<flann_datatype_t> for i32
impl From<flann_datatype_t> for i32
source§fn from(v: flann_datatype_t) -> Self
fn from(v: flann_datatype_t) -> Self
Converts to this type from the input type.
source§impl PartialEq for flann_datatype_t
impl PartialEq for flann_datatype_t
source§fn eq(&self, other: &flann_datatype_t) -> bool
fn eq(&self, other: &flann_datatype_t) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<i32> for flann_datatype_t
impl TryFrom<i32> for flann_datatype_t
impl Copy for flann_datatype_t
impl Eq for flann_datatype_t
impl StructuralPartialEq for flann_datatype_t
Auto Trait Implementations§
impl Freeze for flann_datatype_t
impl RefUnwindSafe for flann_datatype_t
impl Send for flann_datatype_t
impl Sync for flann_datatype_t
impl Unpin for flann_datatype_t
impl UnwindSafe for flann_datatype_t
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)