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

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

Types with a copy of a context pointer.

Required Methods

Implementors