Struct collenchyma::frameworks::opencl::platform::Platform [] [src]

pub struct Platform { /* fields omitted */ }

Defines a OpenCL Platform.

Methods

impl Platform
[src]

Initializes a new OpenCL platform.

Initializes a new OpenCL platform from its C type.

Returns the id as isize.

Returns the id as its C type.

Trait Implementations

impl Debug for Platform
[src]

Formats the value using the given formatter.

impl Copy for Platform
[src]

impl Clone for Platform
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more