Struct coaster::frameworks::cuda::module::Module [] [src]

pub struct Module { /* fields omitted */ }

Defines a Cuda Module.

A Module is Cuda's version of Coaster's binary.

Methods

impl Module
[src]

Initializes a new OpenCL device.

Trait Implementations

impl Debug for Module
[src]

Formats the value using the given formatter.

impl Copy for Module
[src]

impl Clone for Module
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl IBinary for Module
[src]