Struct lpsolve_sys::Struct__MATrec [] [src]

#[repr(C)]
pub struct Struct__MATrec { pub lp: *mut lprec, pub rows: c_int, pub columns: c_int, pub rows_alloc: c_int, pub columns_alloc: c_int, pub mat_alloc: c_int, pub col_mat_colnr: *mut c_int, pub col_mat_rownr: *mut c_int, pub col_mat_value: *mut c_double, pub col_end: *mut c_int, pub col_tag: *mut c_int, pub row_mat: *mut c_int, pub row_end: *mut c_int, pub row_tag: *mut c_int, pub colmax: *mut c_double, pub rowmax: *mut c_double, pub epsvalue: c_double, pub infnorm: c_double, pub dynrange: c_double, pub row_end_valid: c_uchar, pub is_roworder: c_uchar, }

Fields

Trait Implementations

impl Copy for Struct__MATrec
[src]

impl Clone for Struct__MATrec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__MATrec
[src]

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