clCancelCommandsIMG_t

Type Alias clCancelCommandsIMG_t 

Source
pub type clCancelCommandsIMG_t = Option<unsafe extern "C" fn(event_list: *const cl_event, num_events_in_list: usize) -> cl_int>;

Aliased Type§

pub enum clCancelCommandsIMG_t {
    None,
    Some(unsafe extern "C" fn(*const *mut c_void, usize) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const *mut c_void, usize) -> i32)

Some value of type T.