[]Enum fil_ocl_core::DevicePartitionProperty

#[repr(C)]
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] (https://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clCreateSubDevices.html)

Variants

Equally
ByCounts
ByCountsListEnd
ByAffinityDomain

Trait Implementations

impl Clone for DevicePartitionProperty[src]

impl Copy for DevicePartitionProperty[src]

impl Eq for DevicePartitionProperty[src]

impl PartialEq<DevicePartitionProperty> for DevicePartitionProperty[src]

impl Debug for DevicePartitionProperty[src]

impl Hash for DevicePartitionProperty[src]

impl StructuralPartialEq for DevicePartitionProperty[src]

impl StructuralEq for DevicePartitionProperty[src]

impl FromPrimitive for DevicePartitionProperty

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]