#[repr(C)]pub struct GRBsvec {
pub len: c_int,
pub ind: *mut c_int,
pub val: *mut c_double,
}Fields§
§len: c_intsparse vector length
ind: *mut c_intindices array of the sparse vector
val: *mut c_doublevalue array of the sparse vector
Auto Trait Implementations§
impl Freeze for GRBsvec
impl RefUnwindSafe for GRBsvec
impl !Send for GRBsvec
impl !Sync for GRBsvec
impl Unpin for GRBsvec
impl UnwindSafe for GRBsvec
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