Type Alias csetsc_ft

Source
pub type csetsc_ft = Option<unsafe extern "C" fn(zeta_r: f64, zeta_i: f64, chi: *mut scomplex)>;

Aliased Type§

enum csetsc_ft {
    None,
    Some(unsafe extern "C" fn(_: f64, _: f64, _: *mut scomplex)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: f64, _: f64, _: *mut scomplex))

Some value of type T.