Enum cuda_sys::cuda::CUdevice_P2PAttribute_enum[][src]

#[repr(u32)]
pub enum CUdevice_P2PAttribute_enum { CU_DEVICE_P2P_ATTRIBUTE_PERFORMANCE_RANK, CU_DEVICE_P2P_ATTRIBUTE_ACCESS_SUPPORTED, CU_DEVICE_P2P_ATTRIBUTE_NATIVE_ATOMIC_SUPPORTED, }

Variants

Trait Implementations

impl Debug for CUdevice_P2PAttribute_enum
[src]

Formats the value using the given formatter. Read more

impl Copy for CUdevice_P2PAttribute_enum
[src]

impl Clone for CUdevice_P2PAttribute_enum
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CUdevice_P2PAttribute_enum
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for CUdevice_P2PAttribute_enum
[src]

impl Hash for CUdevice_P2PAttribute_enum
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations