Enum opencl3::kernel::KernelWorkGroupInfo [−][src]
pub enum KernelWorkGroupInfo {
CL_KERNEL_WORK_GROUP_SIZE,
CL_KERNEL_COMPILE_WORK_GROUP_SIZE,
CL_KERNEL_LOCAL_MEM_SIZE,
CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE,
CL_KERNEL_PRIVATE_MEM_SIZE,
CL_KERNEL_GLOBAL_WORK_SIZE,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KernelWorkGroupInfoimpl Send for KernelWorkGroupInfoimpl Sync for KernelWorkGroupInfoimpl Unpin for KernelWorkGroupInfoimpl UnwindSafe for KernelWorkGroupInfoBlanket Implementations
Mutably borrows from an owned value. Read more