Struct lpsolve_sys::Struct__MATitem [] [src]

#[repr(C)]
pub struct Struct__MATitem { pub rownr: c_int, pub colnr: c_int, pub value: c_double, }

Fields

Trait Implementations

impl Copy for Struct__MATitem
[src]

impl Clone for Struct__MATitem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__MATitem
[src]

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