pub trait FunctionParamsTraitConst {
    // Required method
    fn as_raw_FunctionParams(&self) -> *const c_void;

    // Provided methods
    fn lambda(&self) -> i32 { ... }
    fn sigma(&self) -> f32 { ... }
}
Expand description

Constant methods for core::FunctionParams

Required Methods§

Provided Methods§

source

fn lambda(&self) -> i32

source

fn sigma(&self) -> f32

Implementors§