Struct lpsolve_sys::Struct__hashelem [] [src]

#[repr(C)]
pub struct Struct__hashelem { pub name: *mut c_char, pub index: c_int, pub next: *mut Struct__hashelem, pub nextelem: *mut Struct__hashelem, }

Fields

Trait Implementations

impl Copy for Struct__hashelem
[src]

impl Clone for Struct__hashelem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__hashelem
[src]

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