Type Alias zsetv_ft

Source
pub type zsetv_ft = Option<unsafe extern "C" fn(conjalpha: conj_t, n: dim_t, alpha: *mut dcomplex, x: *mut dcomplex, incx: inc_t)>;

Aliased Type§

enum zsetv_ft {
    None,
    Some(unsafe extern "C" fn(_: u32, _: i64, _: *mut dcomplex, _: *mut dcomplex, _: i64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.