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
EquallyByCountsByCountsListEndByAffinityDomainTrait Implementations
impl PartialEq<DevicePartitionProperty> for DevicePartitionProperty
fn eq(&self, __arg_0: &DevicePartitionProperty) -> bool
impl Clone for DevicePartitionProperty
fn clone(&self) -> DevicePartitionProperty
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 DevicePartitionProperty
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.