Enum ocl::enums::KernelInfo [] [src]

pub enum KernelInfo {
    FunctionName,
    NumArgs,
    ReferenceCount,
    Context,
    Program,
    Attributes,
}

cl_kernel_info

Variants

Trait Implementations

impl PartialEq<KernelInfo> for KernelInfo

impl Clone for KernelInfo

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for KernelInfo

Formats the value using the given formatter.

impl Copy for KernelInfo

impl FromPrimitive for KernelInfo