Struct glpk_sys::Struct_Unnamed13 [] [src]

pub struct Struct_Unnamed13 {
    pub pe_ae_max: c_double,
    pub pe_ae_row: c_int,
    pub pe_re_max: c_double,
    pub pe_re_row: c_int,
    pub pe_quality: c_int,
    pub pb_ae_max: c_double,
    pub pb_ae_ind: c_int,
    pub pb_re_max: c_double,
    pub pb_re_ind: c_int,
    pub pb_quality: c_int,
    pub de_ae_max: c_double,
    pub de_ae_col: c_int,
    pub de_re_max: c_double,
    pub de_re_col: c_int,
    pub de_quality: c_int,
    pub db_ae_max: c_double,
    pub db_ae_ind: c_int,
    pub db_re_max: c_double,
    pub db_re_ind: c_int,
    pub db_quality: c_int,
    pub cs_ae_max: c_double,
    pub cs_ae_ind: c_int,
    pub cs_re_max: c_double,
    pub cs_re_ind: c_int,
    pub cs_quality: c_int,
}

Fields

pe_ae_max: c_double pe_ae_row: c_int pe_re_max: c_double pe_re_row: c_int pe_quality: c_int pb_ae_max: c_double pb_ae_ind: c_int pb_re_max: c_double pb_re_ind: c_int pb_quality: c_int de_ae_max: c_double de_ae_col: c_int de_re_max: c_double de_re_col: c_int de_quality: c_int db_ae_max: c_double db_ae_ind: c_int db_re_max: c_double db_re_ind: c_int db_quality: c_int cs_ae_max: c_double cs_ae_ind: c_int cs_re_max: c_double cs_re_ind: c_int cs_quality: c_int

Trait Implementations

impl Copy for Struct_Unnamed13
[src]

impl Clone for Struct_Unnamed13
[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_Unnamed13
[src]

fn default() -> Self

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