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

pub unsafe trait ClPlatformIdPtr: Sized {
    unsafe fn as_ptr(&self) -> cl_platform_id { ... }
}

Types with a reference to a raw platform_id pointer.

Provided Methods

Implementors