Struct gurobi::Constr[][src]

pub struct Constr(_);

Proxy object of a linear constraint

Methods from Deref<Target = Proxy>

Query the value of attribute.

Set the value of attribute.

Trait Implementations

impl Clone for Constr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Deref for Constr
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for Constr
[src]

Mutably dereferences the value.

impl PartialEq for Constr
[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 Constr

impl !Sync for Constr