Enum ocl_core::types::enums::CommandQueueInfoResult [] [src]

pub enum CommandQueueInfoResult {
    Context(Context),
    Device(DeviceId),
    ReferenceCount(u32),
    Properties(CommandQueueProperties),
    Error(Box<OclError>),
}

A command queue info result.

Variants

Methods

impl CommandQueueInfoResult
[src]

Trait Implementations

impl Debug for CommandQueueInfoResult
[src]

Formats the value using the given formatter.

impl Display for CommandQueueInfoResult
[src]

Formats the value using the given formatter. Read more

impl From<OclError> for CommandQueueInfoResult
[src]

Performs the conversion.

impl Error for CommandQueueInfoResult
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more