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