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

#[repr(C)]
pub struct CommandQueue(_);

cl_command_queue

Methods

impl CommandQueue
[src]

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

Only call this when passing a copied pointer such as from an clGet*****Info function.

Returns a pointer, do not store it.

Returns the DeviceId associated with this command queue.

Returns the Context associated with this command queue.

Returns the cl_context associated with this command queue.

Trait Implementations

impl Debug for CommandQueue
[src]

Formats the value using the given formatter.

impl Clone for CommandQueue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for CommandQueue
[src]

A method called when the value goes out of scope. Read more

impl AsRef<CommandQueue> for CommandQueue
[src]

Performs the conversion.

impl<'a> ClContextPtr for &'a CommandQueue
[src]

impl Sync for CommandQueue
[src]

impl Send for CommandQueue
[src]

impl ClVersions for CommandQueue
[src]