pub struct QConstr { /* private fields */ }Expand description
A quadratic constraint added to a Model
To interact with the attributes of a constraint, use Model::get_obj_attr and Model::set_obj_attr
Trait Implementations§
impl Copy for QConstr
impl Eq for QConstr
impl StructuralPartialEq for QConstr
Auto Trait Implementations§
impl Freeze for QConstr
impl RefUnwindSafe for QConstr
impl Send for QConstr
impl Sync for QConstr
impl Unpin for QConstr
impl UnwindSafe for QConstr
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