Struct lpsolve_sys::Struct__multirec [] [src]

#[repr(C)]
pub struct Struct__multirec { pub lp: *mut lprec, pub size: c_int, pub used: c_int, pub limit: c_int, pub items: *mut pricerec, pub freeList: *mut c_int, pub sortedList: *mut Union_QSORTrec, pub stepList: *mut c_double, pub valueList: *mut c_double, pub indexSet: *mut c_int, pub active: c_int, pub retries: c_int, pub step_base: c_double, pub step_last: c_double, pub obj_base: c_double, pub obj_last: c_double, pub epszero: c_double, pub maxpivot: c_double, pub maxbound: c_double, pub sorted: c_uchar, pub truncinf: c_uchar, pub objcheck: c_uchar, pub dirty: c_uchar, }

Fields

Trait Implementations

impl Copy for Struct__multirec
[src]

impl Clone for Struct__multirec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__multirec
[src]

Returns the "default value" for a type. Read more