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

pub enum EventInfoResult {
    CommandQueue(CommandQueue),
    CommandType(CommandType),
    ReferenceCount(u32),
    CommandExecutionStatus(CommandExecutionStatus),
    Context(Context),
}

An event info result.

Variants

Methods

impl EventInfoResult
[src]

Trait Implementations

impl From<EventInfoResult> for String
[src]

Performs the conversion.

impl Display for EventInfoResult
[src]

Formats the value using the given formatter. Read more

impl Debug for EventInfoResult
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for EventInfoResult

impl Sync for EventInfoResult