[][src]Trait open_cl_low_level::platform::PlatformPtr

pub trait PlatformPtr {
    fn platform_ptr(&self) -> cl_platform_id;
}

Required methods

Loading content...

Implementations on Foreign Types

impl PlatformPtr for cl_platform_id[src]

Loading content...

Implementors

impl PlatformPtr for ClPlatformID[src]

impl<'_> PlatformPtr for &'_ ClPlatformID[src]

Loading content...