Struct glpk_sys::Struct__glp_vertex [] [src]

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

i: c_int name: *mut c_char entry: *mut c_void data: *mut c_void temp: *mut c_void _in: *mut glp_arc out: *mut glp_arc

Trait Implementations

impl Copy for Struct__glp_vertex
[src]

impl Clone for Struct__glp_vertex
[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_vertex
[src]

fn default() -> Self

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