Enum gurobi::VarType[][src]

pub enum VarType {
    Binary,
    Continuous,
    Integer,
}

Type for new variable

Variants

Trait Implementations

impl Debug for VarType
[src]

Formats the value using the given formatter. Read more

impl Clone for VarType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VarType
[src]

impl Into<c_char> for VarType
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for VarType

impl Sync for VarType