Struct ocl_core::types::abs::PlatformId [] [src]

pub struct PlatformId(_);

cl_platform_id

Methods

impl PlatformId
[src]

Only call this when passing a newly created pointer directly from clCreate.... Do not use this to clone or copy.

Returns a pointer.

Returns the looked up and parsed OpenCL version for this platform.

Trait Implementations

impl Clone for PlatformId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PlatformId
[src]

impl Debug for PlatformId
[src]

Formats the value using the given formatter.

impl Hash for PlatformId
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl ClPlatformIdPtr for PlatformId
[src]

impl<'a> ClPlatformIdPtr for &'a PlatformId
[src]

impl Sync for PlatformId
[src]

impl Send for PlatformId
[src]

impl PartialEq<PlatformId> for PlatformId
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl ClVersions for PlatformId
[src]