Struct lpsolve_sys::Struct__SOSrec [] [src]

#[repr(C)]
pub struct Struct__SOSrec { pub parent: *mut SOSgroup, pub tagorder: c_int, pub name: *mut c_char, pub _type: c_int, pub isGUB: c_uchar, pub size: c_int, pub priority: c_int, pub members: *mut c_int, pub weights: *mut c_double, pub membersSorted: *mut c_int, pub membersMapped: *mut c_int, }

Fields

Trait Implementations

impl Copy for Struct__SOSrec
[src]

impl Clone for Struct__SOSrec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__SOSrec
[src]

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