Struct glpk_sys::Struct__glp_arc [] [src]

#[repr(C)]
pub struct Struct__glp_arc { pub tail: *mut glp_vertex, pub head: *mut glp_vertex, pub data: *mut c_void, pub temp: *mut c_void, pub t_prev: *mut glp_arc, pub t_next: *mut glp_arc, pub h_prev: *mut glp_arc, pub h_next: *mut glp_arc, }

Fields

Trait Implementations

impl Copy for Struct__glp_arc
[src]

impl Clone for Struct__glp_arc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__glp_arc
[src]

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