Struct glpk_sys::Struct_Unnamed3 [] [src]

#[repr(C)]
pub struct Struct_Unnamed3 { pub msg_lev: c_int, pub meth: c_int, pub pricing: c_int, pub r_test: c_int, pub tol_bnd: c_double, pub tol_dj: c_double, pub tol_piv: c_double, pub obj_ll: c_double, pub obj_ul: c_double, pub it_lim: c_int, pub tm_lim: c_int, pub out_frq: c_int, pub out_dly: c_int, pub presolve: c_int, pub foo_bar: [c_double; 36], }

Fields

Trait Implementations

impl Copy for Struct_Unnamed3
[src]

impl Clone for Struct_Unnamed3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_Unnamed3
[src]

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