Struct glpk_sys::Struct_Unnamed6 [] [src]

#[repr(C)]
pub struct Struct_Unnamed6 { pub msg_lev: c_int, pub br_tech: c_int, pub bt_tech: c_int, pub tol_int: c_double, pub tol_obj: c_double, pub tm_lim: c_int, pub out_frq: c_int, pub out_dly: c_int, pub cb_func: Option<extern "C" fn(_: *mut glp_tree, _: *mut c_void)>, pub cb_info: *mut c_void, pub cb_size: c_int, pub pp_tech: c_int, pub mip_gap: c_double, pub mir_cuts: c_int, pub gmi_cuts: c_int, pub cov_cuts: c_int, pub clq_cuts: c_int, pub presolve: c_int, pub binarize: c_int, pub fp_heur: c_int, pub alien: c_int, pub foo_bar: [c_double; 29], }

Fields

Trait Implementations

impl Copy for Struct_Unnamed6
[src]

impl Clone for Struct_Unnamed6
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_Unnamed6
[src]

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