Enum ocl::enums::ContextInfo [] [src]

pub enum ContextInfo {
    ReferenceCount,
    Devices,
    Properties,
    NumDevices,
}

cl_context_info

Variants

Trait Implementations

impl PartialEq<ContextInfo> for ContextInfo

impl Clone for ContextInfo

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ContextInfo

Formats the value using the given formatter.

impl Copy for ContextInfo

impl FromPrimitive for ContextInfo