Enum nlopt::FailState [] [src]

#[repr(i32)]
pub enum FailState { Failure, InvalidArgs, OutOfMemory, RoundoffLimited, ForcedStop, }

Variants

Trait Implementations

impl Debug for FailState
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for FailState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FailState
[src]

Auto Trait Implementations

impl Send for FailState

impl Sync for FailState