Type Alias opencl_sys::clSVMAllocARM_t

source ·
pub type clSVMAllocARM_t = Option<unsafe extern "C" fn(context: cl_context, flags: cl_svm_mem_flags_arm, size: size_t, alignment: cl_uint) -> *mut c_void>;

Aliased Type§

enum clSVMAllocARM_t {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: u64, _: usize, _: u32) -> *mut c_void),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: u64, _: usize, _: u32) -> *mut c_void)

Some value of type T.