Enum ocl::enums::KernelArgAddressQualifier [] [src]

pub enum KernelArgAddressQualifier {
    Global,
    Local,
    Constant,
    Private,
}

cl_kernel_arg_address_qualifier

Variants

Trait Implementations

impl PartialEq<KernelArgAddressQualifier> for KernelArgAddressQualifier

impl Clone for KernelArgAddressQualifier

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for KernelArgAddressQualifier

Formats the value using the given formatter.

impl Copy for KernelArgAddressQualifier

impl FromPrimitive for KernelArgAddressQualifier