Enum opencv::ml::VariableTypes
source · #[repr(C)]pub enum VariableTypes {
VAR_NUMERICAL,
VAR_CATEGORICAL,
}
Expand description
Variable types
Variants§
Trait Implementations§
source§impl Clone for VariableTypes
impl Clone for VariableTypes
source§fn clone(&self) -> VariableTypes
fn clone(&self) -> VariableTypes
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 VariableTypes
impl Debug for VariableTypes
source§impl PartialEq<VariableTypes> for VariableTypes
impl PartialEq<VariableTypes> for VariableTypes
source§fn eq(&self, other: &VariableTypes) -> bool
fn eq(&self, other: &VariableTypes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VariableTypes
impl Eq for VariableTypes
impl StructuralEq for VariableTypes
impl StructuralPartialEq for VariableTypes
Auto Trait Implementations§
impl RefUnwindSafe for VariableTypes
impl Send for VariableTypes
impl Sync for VariableTypes
impl Unpin for VariableTypes
impl UnwindSafe for VariableTypes
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