Struct lpsolve_sys::Struct__pricerec [] [src]

#[repr(C)]
pub struct Struct__pricerec { pub theta: c_double, pub pivot: c_double, pub epspivot: c_double, pub varno: c_int, pub lp: *mut lprec, pub isdual: c_uchar, }

Fields

Trait Implementations

impl Copy for Struct__pricerec
[src]

impl Clone for Struct__pricerec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__pricerec
[src]

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