Type Alias opencl3::types::cl_device_id

source ·
pub type cl_device_id = *mut c_void;

Trait Implementations§

source§

impl From<Device> for cl_device_id

source§

fn from(value: Device) -> Self

Converts to this type from the input type.
source§

impl From<SubDevice> for cl_device_id

source§

fn from(value: SubDevice) -> Self

Converts to this type from the input type.