Struct nlopt::Function [] [src]

pub struct Function<T> { /* fields omitted */ }

Packs a function of type ObjectiveFn<T> with a user defined parameter set of type T.

Trait Implementations

Auto Trait Implementations

impl<T> Send for Function<T> where
    T: Send

impl<T> Sync for Function<T> where
    T: Sync