Enum nlopt::Target[][src]

pub enum Target {
    Maximize,
    Minimize,
}

Target object function state

Variants

Trait Implementations

impl Debug for Target
[src]

Formats the value using the given formatter. Read more

impl Clone for Target
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Target
[src]

Auto Trait Implementations

impl Send for Target

impl Sync for Target