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

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

An event info result.

Variants

Methods

impl EventInfoResult
[src]

Trait Implementations

impl Debug for EventInfoResult
[src]

[src]

Formats the value using the given formatter.

impl Display for EventInfoResult
[src]

[src]

Formats the value using the given formatter. Read more

impl From<OclError> for EventInfoResult
[src]

[src]

Performs the conversion.

impl Error for EventInfoResult
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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