Type Alias ceqv_ft

Source
pub type ceqv_ft = Option<unsafe extern "C" fn(conjx: conj_t, n: dim_t, x: *mut scomplex, incx: inc_t, y: *mut scomplex, incy: inc_t, is_eq: *mut bool)>;

Aliased Type§

enum ceqv_ft {
    None,
    Some(unsafe extern "C" fn(_: u32, _: i64, _: *mut scomplex, _: i64, _: *mut scomplex, _: i64, _: *mut bool)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: u32, _: i64, _: *mut scomplex, _: i64, _: *mut scomplex, _: i64, _: *mut bool))

Some value of type T.