Type Alias dotv_vft

Source
pub type dotv_vft = Option<unsafe extern "C" fn(conjx: conj_t, conjy: conj_t, n: dim_t, x: *mut c_void, incx: inc_t, y: *mut c_void, incy: inc_t, rho: *mut c_void)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.