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

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

Loading content...

Implementations on Foreign Types

impl<'a, P> ClPlatformIdPtr for &'a P where
    P: ClPlatformIdPtr
[src]

impl ClPlatformIdPtr for ()[src]

Loading content...

Implementors

impl ClPlatformIdPtr for PlatformId[src]

Loading content...