#[repr(C)]pub struct svm_node {
pub index: c_int,
pub value: f64,
}
Fields§
§index: c_int
§value: f64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for svm_node
impl RefUnwindSafe for svm_node
impl Send for svm_node
impl Sync for svm_node
impl Unpin for svm_node
impl UnwindSafe for svm_node
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