multirec

Type Alias multirec 

Source
pub type multirec = Struct__multirec;

Aliased Type§

#[repr(C)]
pub struct multirec {
Show 23 fields pub lp: *mut Struct__lprec, pub size: i32, pub used: i32, pub limit: i32, pub items: *mut Struct__pricerec, pub freeList: *mut i32, pub sortedList: *mut Union_QSORTrec, pub stepList: *mut f64, pub valueList: *mut f64, pub indexSet: *mut i32, pub active: i32, pub retries: i32, pub step_base: f64, pub step_last: f64, pub obj_base: f64, pub obj_last: f64, pub epszero: f64, pub maxpivot: f64, pub maxbound: f64, pub sorted: u8, pub truncinf: u8, pub objcheck: u8, pub dirty: u8,
}

Fields§

§lp: *mut Struct__lprec§size: i32§used: i32§limit: i32§items: *mut Struct__pricerec§freeList: *mut i32§sortedList: *mut Union_QSORTrec§stepList: *mut f64§valueList: *mut f64§indexSet: *mut i32§active: i32§retries: i32§step_base: f64§step_last: f64§obj_base: f64§obj_last: f64§epszero: f64§maxpivot: f64§maxbound: f64§sorted: u8§truncinf: u8§objcheck: u8§dirty: u8