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