Trait fil_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

Loading content...

Implementations on Foreign Types

impl ClDeviceIdPtr for ()[src]

Loading content...

Implementors

Loading content...