pub type gsl_function = gsl_function_struct;Aliased Type§
struct gsl_function {
pub function: Option<unsafe extern "C" fn(_: f64, _: *mut c_void) -> f64>,
pub params: *mut c_void,
}Fields§
§function: Option<unsafe extern "C" fn(_: f64, _: *mut c_void) -> f64>§params: *mut c_void