Struct glpk_sys::Struct__glp_vertex [] [src]

#[repr(C)]
pub struct Struct__glp_vertex { pub i: c_int, pub name: *mut c_char, pub entry: *mut c_void, pub data: *mut c_void, pub temp: *mut c_void, pub _in: *mut glp_arc, pub out: *mut glp_arc, }

Fields

Trait Implementations

impl Copy for Struct__glp_vertex
[src]

impl Clone for Struct__glp_vertex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__glp_vertex
[src]

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