Struct glpk_sys::Struct_Unnamed2 [] [src]

#[repr(C)]
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

Trait Implementations

impl Copy for Struct_Unnamed2
[src]

impl Clone for Struct_Unnamed2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_Unnamed2
[src]

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