Enum cuda_sys::cuda::CUfunction_attribute_enum[][src]

#[repr(u32)]
pub enum CUfunction_attribute_enum { CU_FUNC_ATTRIBUTE_MAX_THREADS_PER_BLOCK, CU_FUNC_ATTRIBUTE_SHARED_SIZE_BYTES, CU_FUNC_ATTRIBUTE_CONST_SIZE_BYTES, CU_FUNC_ATTRIBUTE_LOCAL_SIZE_BYTES, CU_FUNC_ATTRIBUTE_NUM_REGS, CU_FUNC_ATTRIBUTE_PTX_VERSION, CU_FUNC_ATTRIBUTE_BINARY_VERSION, CU_FUNC_ATTRIBUTE_CACHE_MODE_CA, CU_FUNC_ATTRIBUTE_MAX, }

Variants

Trait Implementations

impl Debug for CUfunction_attribute_enum
[src]

Formats the value using the given formatter. Read more

impl Copy for CUfunction_attribute_enum
[src]

impl Clone for CUfunction_attribute_enum
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CUfunction_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 CUfunction_attribute_enum
[src]

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