eqv_vft

Type Alias eqv_vft 

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

Aliased Type§

pub enum eqv_vft {
    None,
    Some(unsafe extern "C" fn(u32, i64, *const c_void, i64, *const c_void, i64, *mut bool)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32, i64, *const c_void, i64, *const c_void, i64, *mut bool))

Some value of type T.