Type Alias opencl_sys::clSVMAllocARM_fn

source ·
pub type clSVMAllocARM_fn = clSVMAllocARM_t;

Aliased Type§

enum clSVMAllocARM_fn {
    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.