Struct glpk_sys::Struct_Unnamed3 [] [src]

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

msg_lev: c_int meth: c_int pricing: c_int r_test: c_int tol_bnd: c_double tol_dj: c_double tol_piv: c_double obj_ll: c_double obj_ul: c_double it_lim: c_int tm_lim: c_int out_frq: c_int out_dly: c_int presolve: c_int foo_bar: [c_double; 36]

Trait Implementations

impl Copy for Struct_Unnamed3
[src]

impl Clone for Struct_Unnamed3
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for Struct_Unnamed3
[src]

fn default() -> Self

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