Enum ocl::enums::KernelInfo
[−]
[src]
pub enum KernelInfo {
FunctionName,
NumArgs,
ReferenceCount,
Context,
Program,
Attributes,
}cl_kernel_info
Variants
FunctionNameNumArgsReferenceCountContextProgramAttributesTrait Implementations
impl PartialEq<KernelInfo> for KernelInfo
fn eq(&self, __arg_0: &KernelInfo) -> bool
impl Clone for KernelInfo
fn clone(&self) -> KernelInfo
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 KernelInfo
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.