Struct collenchyma::frameworks::opencl::queue::Queue [] [src]

pub struct Queue { /* fields omitted */ }

Defines a OpenCL Queue.

Methods

impl Queue
[src]

Create a new command queue for the provided context and device.

If no queue_flags are provided, the defaults are used.

Initializes a new OpenCL command queue.

Initializes a new OpenCL command queue from its C type.

Returns the id as isize.

Returns the id as its C type.

Trait Implementations

impl Debug for Queue
[src]

Formats the value using the given formatter.

impl Clone for Queue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more