#[repr(C)]pub struct basiclu_object {
pub istore: *mut lu_int,
pub xstore: *mut f64,
pub Li: *mut lu_int,
pub Ui: *mut lu_int,
pub Wi: *mut lu_int,
pub Lx: *mut f64,
pub Ux: *mut f64,
pub Wx: *mut f64,
pub lhs: *mut f64,
pub ilhs: *mut lu_int,
pub nzlhs: lu_int,
pub realloc_factor: f64,
}
Fields§
§istore: *mut lu_int
§xstore: *mut f64
§Li: *mut lu_int
§Ui: *mut lu_int
§Wi: *mut lu_int
§Lx: *mut f64
§Ux: *mut f64
§Wx: *mut f64
§lhs: *mut f64
§ilhs: *mut lu_int
§nzlhs: lu_int
§realloc_factor: f64
Trait Implementations§
Source§impl Clone for basiclu_object
impl Clone for basiclu_object
Source§fn clone(&self) -> basiclu_object
fn clone(&self) -> basiclu_object
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 basiclu_object
impl Debug for basiclu_object
impl Copy for basiclu_object
Auto Trait Implementations§
impl Freeze for basiclu_object
impl RefUnwindSafe for basiclu_object
impl !Send for basiclu_object
impl !Sync for basiclu_object
impl Unpin for basiclu_object
impl UnwindSafe for basiclu_object
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