Enum nlopt::SuccessState [] [src]

#[repr(i32)]
pub enum SuccessState { Success, StopvalReached, FtolReached, XtolReached, MaxevalReached, MaxtimeReached, }

Variants

Trait Implementations

impl Debug for SuccessState
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SuccessState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SuccessState
[src]

Auto Trait Implementations

impl Send for SuccessState

impl Sync for SuccessState