#[repr(C)]pub enum DevicePartitionProperty {
Equally = 4_230,
ByCounts = 4_231,
ByAffinityDomain = 4_232,
}
Variants§
Trait Implementations§
Source§impl Clone for DevicePartitionProperty
impl Clone for DevicePartitionProperty
Source§fn clone(&self) -> DevicePartitionProperty
fn clone(&self) -> DevicePartitionProperty
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DevicePartitionProperty
impl Debug for DevicePartitionProperty
Source§impl From<&DevicePartitionProperty> for cl_device_partition_property
impl From<&DevicePartitionProperty> for cl_device_partition_property
Source§fn from(source_value: &DevicePartitionProperty) -> cl_device_partition_property
fn from(source_value: &DevicePartitionProperty) -> cl_device_partition_property
Converts to this type from the input type.
Source§impl From<DevicePartitionProperty> for cl_device_partition_property
impl From<DevicePartitionProperty> for cl_device_partition_property
Source§fn from(source_value: DevicePartitionProperty) -> cl_device_partition_property
fn from(source_value: DevicePartitionProperty) -> cl_device_partition_property
Converts to this type from the input type.
Source§impl From<isize> for DevicePartitionProperty
impl From<isize> for DevicePartitionProperty
Source§fn from(dest_value: cl_device_partition_property) -> DevicePartitionProperty
fn from(dest_value: cl_device_partition_property) -> DevicePartitionProperty
Converts to this type from the input type.
Source§impl Hash for DevicePartitionProperty
impl Hash for DevicePartitionProperty
Source§impl PartialEq for DevicePartitionProperty
impl PartialEq for DevicePartitionProperty
Source§impl PartialOrd for DevicePartitionProperty
impl PartialOrd for DevicePartitionProperty
impl Copy for DevicePartitionProperty
impl Eq for DevicePartitionProperty
impl StructuralPartialEq for DevicePartitionProperty
Auto Trait Implementations§
impl Freeze for DevicePartitionProperty
impl RefUnwindSafe for DevicePartitionProperty
impl Send for DevicePartitionProperty
impl Sync for DevicePartitionProperty
impl Unpin for DevicePartitionProperty
impl UnwindSafe for DevicePartitionProperty
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more