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
fn as_ptr(&self) -> cl_platform_id
Implementors
impl<'a, P> ClPlatformIdPtr for &'a P where
P: ClPlatformIdPtr,impl ClPlatformIdPtr for ()impl ClPlatformIdPtr for PlatformId