Struct glpk_sys::Struct_Unnamed2 [] [src]

pub struct Struct_Unnamed2 {
    pub msg_lev: c_int,
    pub _type: c_int,
    pub lu_size: c_int,
    pub piv_tol: c_double,
    pub piv_lim: c_int,
    pub suhl: c_int,
    pub eps_tol: c_double,
    pub max_gro: c_double,
    pub nfs_max: c_int,
    pub upd_tol: c_double,
    pub nrs_max: c_int,
    pub rs_size: c_int,
    pub foo_bar: [c_double; 38],
}

Fields

msg_lev: c_int _type: c_int lu_size: c_int piv_tol: c_double piv_lim: c_int suhl: c_int eps_tol: c_double max_gro: c_double nfs_max: c_int upd_tol: c_double nrs_max: c_int rs_size: c_int foo_bar: [c_double; 38]

Trait Implementations

impl Copy for Struct_Unnamed2
[src]

impl Clone for Struct_Unnamed2
[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_Unnamed2
[src]

fn default() -> Self

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