Struct glpk_sys::Struct__glp_arc [] [src]

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

tail: *mut glp_vertex head: *mut glp_vertex data: *mut c_void temp: *mut c_void t_prev: *mut glp_arc t_next: *mut glp_arc h_prev: *mut glp_arc h_next: *mut glp_arc

Trait Implementations

impl Copy for Struct__glp_arc
[src]

impl Clone for Struct__glp_arc
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for Struct__glp_arc
[src]

fn default() -> Self

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