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

Trait Implementations

impl From<Error> for EventInfoResult

Performs the conversion.

impl Error for EventInfoResult

impl Debug for EventInfoResult

Formats the value using the given formatter.

impl Display for EventInfoResult

Formats the value using the given formatter.

impl Into<String> for EventInfoResult

Performs the conversion.