Enum cuda_sys::cuda::CUjit_option_enum[][src]

#[repr(u32)]
pub enum CUjit_option_enum { CU_JIT_MAX_REGISTERS, CU_JIT_THREADS_PER_BLOCK, CU_JIT_WALL_TIME, CU_JIT_INFO_LOG_BUFFER, CU_JIT_INFO_LOG_BUFFER_SIZE_BYTES, CU_JIT_ERROR_LOG_BUFFER, CU_JIT_ERROR_LOG_BUFFER_SIZE_BYTES, CU_JIT_OPTIMIZATION_LEVEL, CU_JIT_TARGET_FROM_CUCONTEXT, CU_JIT_TARGET, CU_JIT_FALLBACK_STRATEGY, CU_JIT_GENERATE_DEBUG_INFO, CU_JIT_LOG_VERBOSE, CU_JIT_GENERATE_LINE_INFO, CU_JIT_CACHE_MODE, CU_JIT_NEW_SM3X_OPT, CU_JIT_FAST_COMPILE, CU_JIT_NUM_OPTIONS, }

Variants

Trait Implementations

impl Debug for CUjit_option_enum
[src]

Formats the value using the given formatter. Read more

impl Copy for CUjit_option_enum
[src]

impl Clone for CUjit_option_enum
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CUjit_option_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 CUjit_option_enum
[src]

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