Enum ocl::enums::DevicePartitionProperty [] [src]

pub enum DevicePartitionProperty {
    Equally,
    ByCounts,
    ByCountsListEnd,
    ByAffinityDomain,
}

[INCOMPLETE] cl_device_partition_property

[FIXME]: This types variants should also contain data described in: https://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clCreateSubDevices.html

Variants

Trait Implementations

impl PartialEq<DevicePartitionProperty> for DevicePartitionProperty

impl Clone for DevicePartitionProperty

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DevicePartitionProperty

Formats the value using the given formatter.

impl Copy for DevicePartitionProperty

impl FromPrimitive for DevicePartitionProperty