Trait ocl_core::types::abs::ClDeviceIdPtr [] [src]

pub unsafe trait ClDeviceIdPtr: Debug + Copy {
    fn as_ptr(&self) -> cl_device_id;
}

Types with a reference to a raw device_id pointer.

Required Methods

Implementors