Enum nlopt::SuccessState[][src]

#[repr(i32)]
pub enum SuccessState { Success, StopValReached, FtolReached, XtolReached, MaxEvalReached, MaxTimeReached, }

Variants

Trait Implementations

impl Debug for SuccessState
[src]

Formats the value using the given formatter. Read more

impl Clone for SuccessState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SuccessState
[src]

Auto Trait Implementations