Enum ocl::enums::KernelArgAddressQualifier
[−]
[src]
pub enum KernelArgAddressQualifier {
Global,
Local,
Constant,
Private,
}cl_kernel_arg_address_qualifier
Variants
GlobalLocalConstantPrivateTrait Implementations
impl PartialEq<KernelArgAddressQualifier> for KernelArgAddressQualifier
fn eq(&self, __arg_0: &KernelArgAddressQualifier) -> bool
impl Clone for KernelArgAddressQualifier
fn clone(&self) -> KernelArgAddressQualifier
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for KernelArgAddressQualifier
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.