Enum ocl::enums::CommandQueueInfo [] [src]

pub enum CommandQueueInfo {
    Context,
    Device,
    ReferenceCount,
    Properties,
}

cl_command_queue_info

Variants

Trait Implementations

impl PartialEq<CommandQueueInfo> for CommandQueueInfo

impl Clone for CommandQueueInfo

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CommandQueueInfo

Formats the value using the given formatter.

impl Copy for CommandQueueInfo

impl FromPrimitive for CommandQueueInfo