clSetMemObjectDestructorAPPLE_t

Type Alias clSetMemObjectDestructorAPPLE_t 

Source
pub type clSetMemObjectDestructorAPPLE_t = Option<unsafe extern "C" fn(memobj: cl_mem, pfn_notify: Option<unsafe extern "C" fn(memobj: cl_mem, user_data: *mut c_void)>, user_data: *mut c_void) -> cl_int>;

Aliased Type§

pub enum clSetMemObjectDestructorAPPLE_t {
    None,
    Some(unsafe extern "C" fn(*mut c_void, Option<unsafe extern "C" fn(*mut c_void, *mut c_void)>, *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, Option<unsafe extern "C" fn(*mut c_void, *mut c_void)>, *mut c_void) -> i32)

Some value of type T.