Struct glpk_sys::Struct__glp_graph [] [src]

#[repr(C)]
pub struct Struct__glp_graph { pub pool: *mut c_void, pub name: *mut c_char, pub nv_max: c_int, pub nv: c_int, pub na: c_int, pub v: *mut *mut glp_vertex, pub index: *mut c_void, pub v_size: c_int, pub a_size: c_int, }

Fields

Trait Implementations

impl Copy for Struct__glp_graph
[src]

impl Clone for Struct__glp_graph
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__glp_graph
[src]

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