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
unsafe fn as_ptr(&self) -> cl_platform_id
Implementors
impl ClPlatformIdPtr for PlatformIdimpl<'a> ClPlatformIdPtr for &'a PlatformId