Enum ocl::enums::EventInfo [] [src]

pub enum EventInfo {
    CommandQueue,
    CommandType,
    ReferenceCount,
    CommandExecutionStatus,
    Context,
}

cl_event_info

Variants

Trait Implementations

impl PartialEq<EventInfo> for EventInfo

impl Clone for EventInfo

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EventInfo

Formats the value using the given formatter.

impl Copy for EventInfo

impl FromPrimitive for EventInfo