#[repr(C)]pub struct dd_lpsolution {Show 15 fields
pub filename: dd_DataFileType,
pub objective: dd_LPObjectiveType,
pub solver: dd_LPSolverType,
pub m: dd_rowrange,
pub d: dd_colrange,
pub numbtype: dd_NumberType,
pub LPS: dd_LPStatusType,
pub optvalue: mytype,
pub sol: dd_Arow,
pub dsol: dd_Arow,
pub nbindex: dd_colindex,
pub re: dd_rowrange,
pub se: dd_colrange,
pub pivots: [c_long; 5],
pub total_pivots: c_long,
}Fields§
§filename: dd_DataFileType§objective: dd_LPObjectiveType§solver: dd_LPSolverType§m: dd_rowrange§d: dd_colrange§numbtype: dd_NumberType§LPS: dd_LPStatusType§optvalue: mytype§sol: dd_Arow§dsol: dd_Arow§nbindex: dd_colindex§re: dd_rowrange§se: dd_colrange§pivots: [c_long; 5]§total_pivots: c_longTrait Implementations§
Source§impl Clone for dd_lpsolution
impl Clone for dd_lpsolution
Source§fn clone(&self) -> dd_lpsolution
fn clone(&self) -> dd_lpsolution
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for dd_lpsolution
impl Debug for dd_lpsolution
impl Copy for dd_lpsolution
Auto Trait Implementations§
impl Freeze for dd_lpsolution
impl RefUnwindSafe for dd_lpsolution
impl !Send for dd_lpsolution
impl !Sync for dd_lpsolution
impl Unpin for dd_lpsolution
impl UnsafeUnpin for dd_lpsolution
impl UnwindSafe for dd_lpsolution
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more