Struct lpsolve_sys::Struct__BBPSrec [] [src]

#[repr(C)]
pub struct Struct__BBPSrec { pub lp: *mut lprec, pub pseodotype: c_int, pub updatelimit: c_int, pub updatesfinished: c_int, pub restartlimit: c_double, pub UPcost: *mut MATitem, pub LOcost: *mut MATitem, pub secondary: *mut Struct__BBPSrec, }

Fields

Trait Implementations

impl Copy for Struct__BBPSrec
[src]

impl Clone for Struct__BBPSrec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__BBPSrec
[src]

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