Struct gurobi::Proxy[][src]

pub struct Proxy(_);

Provides methods to query/modify attributes associated with certain element.

Methods

impl Proxy
[src]

Query the value of attribute.

Set the value of attribute.

Trait Implementations

impl Debug for Proxy
[src]

Formats the value using the given formatter. Read more

impl Clone for Proxy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl !Sync for Proxy