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

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

Types with a reference to a raw platform_id pointer.

Required Methods

Implementors