Type Alias uct_ep_flush_func_t

Source
pub type uct_ep_flush_func_t = Option<unsafe extern "C" fn(ep: uct_ep_h, flags: c_uint, comp: *mut uct_completion_t) -> ucs_status_t>;

Aliased Type§

enum uct_ep_flush_func_t {
    None,
    Some(unsafe extern "C" fn(_: *mut uct_ep, _: u32, _: *mut uct_completion) -> ucs_status_t),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut uct_ep, _: u32, _: *mut uct_completion) -> ucs_status_t)

Some value of type T.