pub unsafe trait ClContextPtr: Debug + Copy {
    fn as_ptr(&self) -> cl_context;
}
Expand description

Types with a copy of a context pointer.

Required Methods

Implementations on Foreign Types

Implementors