Struct gurobi::QConstr[][src]

pub struct QConstr(_);

Proxy object of a quadratic constraint

Methods from Deref<Target = Proxy>

Query the value of attribute.

Set the value of attribute.

Trait Implementations

impl Clone for QConstr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Deref for QConstr
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for QConstr
[src]

Mutably dereferences the value.

impl PartialEq for QConstr
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl !Send for QConstr

impl !Sync for QConstr