Type Alias opencl3::types::cl_platform_id

source ·
pub type cl_platform_id = *mut c_void;

Trait Implementations§

source§

impl From<Platform> for cl_platform_id

source§

fn from(value: Platform) -> Self

Converts to this type from the input type.