#[repr(u32)]pub enum VlSvmSolverType {
VlSvmSolverNone = 0,
VlSvmSolverSgd = 1,
VlSvmSolverSdca = 2,
}Expand description
@brief Type of SVM solver
Variants§
Trait Implementations§
Source§impl Clone for VlSvmSolverType
impl Clone for VlSvmSolverType
Source§fn clone(&self) -> VlSvmSolverType
fn clone(&self) -> VlSvmSolverType
Returns a duplicate 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 VlSvmSolverType
impl Debug for VlSvmSolverType
Source§impl Hash for VlSvmSolverType
impl Hash for VlSvmSolverType
Source§impl PartialEq for VlSvmSolverType
impl PartialEq for VlSvmSolverType
impl Copy for VlSvmSolverType
impl Eq for VlSvmSolverType
impl StructuralPartialEq for VlSvmSolverType
Auto Trait Implementations§
impl Freeze for VlSvmSolverType
impl RefUnwindSafe for VlSvmSolverType
impl Send for VlSvmSolverType
impl Sync for VlSvmSolverType
impl Unpin for VlSvmSolverType
impl UnwindSafe for VlSvmSolverType
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