Enum cuda_sys::cuda::CUpointer_attribute_enum[][src]

#[repr(u32)]
pub enum CUpointer_attribute_enum { CU_POINTER_ATTRIBUTE_CONTEXT, CU_POINTER_ATTRIBUTE_MEMORY_TYPE, CU_POINTER_ATTRIBUTE_DEVICE_POINTER, CU_POINTER_ATTRIBUTE_HOST_POINTER, CU_POINTER_ATTRIBUTE_P2P_TOKENS, CU_POINTER_ATTRIBUTE_SYNC_MEMOPS, CU_POINTER_ATTRIBUTE_BUFFER_ID, CU_POINTER_ATTRIBUTE_IS_MANAGED, }

Variants

Trait Implementations

impl Debug for CUpointer_attribute_enum
[src]

Formats the value using the given formatter. Read more

impl Copy for CUpointer_attribute_enum
[src]

impl Clone for CUpointer_attribute_enum
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CUpointer_attribute_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 CUpointer_attribute_enum
[src]

impl Hash for CUpointer_attribute_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