#[repr(C)]pub struct svm_problem {
pub l: c_int,
pub y: *mut f64,
pub x: *mut *mut svm_node,
}
Fields§
§l: c_int
§y: *mut f64
§x: *mut *mut svm_node
Trait Implementations§
Source§impl Clone for svm_problem
impl Clone for svm_problem
Source§fn clone(&self) -> svm_problem
fn clone(&self) -> svm_problem
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 svm_problem
impl Debug for svm_problem
impl Copy for svm_problem
Auto Trait Implementations§
impl Freeze for svm_problem
impl RefUnwindSafe for svm_problem
impl !Send for svm_problem
impl !Sync for svm_problem
impl Unpin for svm_problem
impl UnwindSafe for svm_problem
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