Enum ocl::enums::KernelArgInfo [] [src]

pub enum KernelArgInfo {
    AddressQualifier,
    AccessQualifier,
    TypeName,
    TypeQualifier,
    Name,
}

cl_kernel_arg_info

Variants

Trait Implementations

impl PartialEq<KernelArgInfo> for KernelArgInfo

impl Clone for KernelArgInfo

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for KernelArgInfo

Formats the value using the given formatter.

impl Copy for KernelArgInfo

impl FromPrimitive for KernelArgInfo