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

Types with a reference to a raw device_id pointer.

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ClDeviceIdPtr for ()

Implementors§