copyd_ex_vft

Type Alias copyd_ex_vft 

Source
pub type copyd_ex_vft = Option<unsafe extern "C" fn(diagoffx: doff_t, diagx: diag_t, transx: trans_t, m: dim_t, n: dim_t, x: *const c_void, rs_x: inc_t, cs_x: inc_t, y: *mut c_void, rs_y: inc_t, cs_y: inc_t, cntx: *const cntx_t, rntm: *const rntm_t)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.