#[repr(C)]pub struct Struct__OBJmonrec {Show 26 fields
pub lp: *mut lprec,
pub oldpivstrategy: c_int,
pub oldpivrule: c_int,
pub pivrule: c_int,
pub ruleswitches: c_int,
pub limitstall: [c_int; 2],
pub limitruleswitches: c_int,
pub idxstep: [c_int; 5],
pub countstep: c_int,
pub startstep: c_int,
pub currentstep: c_int,
pub Rcycle: c_int,
pub Ccycle: c_int,
pub Ncycle: c_int,
pub Mcycle: c_int,
pub Icount: c_int,
pub thisobj: c_double,
pub prevobj: c_double,
pub objstep: [c_double; 5],
pub thisinfeas: c_double,
pub previnfeas: c_double,
pub epsvalue: c_double,
pub spxfunc: [c_char; 10],
pub pivdynamic: c_uchar,
pub isdual: c_uchar,
pub active: c_uchar,
}Fields§
§lp: *mut lprec§oldpivstrategy: c_int§oldpivrule: c_int§pivrule: c_int§ruleswitches: c_int§limitstall: [c_int; 2]§limitruleswitches: c_int§idxstep: [c_int; 5]§countstep: c_int§startstep: c_int§currentstep: c_int§Rcycle: c_int§Ccycle: c_int§Ncycle: c_int§Mcycle: c_int§Icount: c_int§thisobj: c_double§prevobj: c_double§objstep: [c_double; 5]§thisinfeas: c_double§previnfeas: c_double§epsvalue: c_double§spxfunc: [c_char; 10]§pivdynamic: c_uchar§isdual: c_uchar§active: c_ucharTrait Implementations§
Source§impl Clone for Struct__OBJmonrec
impl Clone for Struct__OBJmonrec
Source§impl Default for Struct__OBJmonrec
impl Default for Struct__OBJmonrec
impl Copy for Struct__OBJmonrec
Auto Trait Implementations§
impl Freeze for Struct__OBJmonrec
impl RefUnwindSafe for Struct__OBJmonrec
impl !Send for Struct__OBJmonrec
impl !Sync for Struct__OBJmonrec
impl Unpin for Struct__OBJmonrec
impl UnwindSafe for Struct__OBJmonrec
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