Enum ocl::enums::KernelArgInfo
[−]
[src]
pub enum KernelArgInfo {
AddressQualifier,
AccessQualifier,
TypeName,
TypeQualifier,
Name,
}cl_kernel_arg_info
Variants
AddressQualifierAccessQualifierTypeNameTypeQualifierNameTrait Implementations
impl PartialEq<KernelArgInfo> for KernelArgInfo
fn eq(&self, __arg_0: &KernelArgInfo) -> bool
impl Clone for KernelArgInfo
fn clone(&self) -> KernelArgInfo
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 KernelArgInfo
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.