#[repr(C)]pub struct CNLP_Problem { /* private fields */ }Expand description
Structure collecting all information about the problem definition and solve statistics etc. This is defined in the source file.
Trait Implementations§
Source§impl Clone for CNLP_Problem
impl Clone for CNLP_Problem
Source§fn clone(&self) -> CNLP_Problem
fn clone(&self) -> CNLP_Problem
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 CNLP_Problem
impl Debug for CNLP_Problem
impl Copy for CNLP_Problem
Auto Trait Implementations§
impl Freeze for CNLP_Problem
impl RefUnwindSafe for CNLP_Problem
impl Send for CNLP_Problem
impl Sync for CNLP_Problem
impl Unpin for CNLP_Problem
impl UnwindSafe for CNLP_Problem
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