Enum ocl_core::types::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]

[src]

Trait Implementations

impl Debug for EventInfoResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for EventInfoResult
[src]

[src]

Formats the value using the given formatter. Read more

impl From<EventInfoResult> for String
[src]

[src]

Performs the conversion.

Auto Trait Implementations