Enum ocl::enums::EventInfoResult [] [src]

pub enum EventInfoResult {
    CommandQueue(CommandQueue),
    CommandType(CommandType),
    ReferenceCount(u32),
    CommandExecutionStatus(CommandExecutionStatus),
    Context(Context),
    Error(Box<Error>),
}

An event info result.

Variants

Methods

impl EventInfoResult
[src]

Trait Implementations

impl Display for EventInfoResult
[src]

Formats the value using the given formatter. Read more

impl Error for EventInfoResult
[src]

A short description of the error. Read more

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

impl Debug for EventInfoResult
[src]

Formats the value using the given formatter.

impl From<Error> for EventInfoResult
[src]

Performs the conversion.