Enum cuda_sys::cuda::CUctx_flags_enum[][src]

#[repr(u32)]
pub enum CUctx_flags_enum { CU_CTX_SCHED_AUTO, CU_CTX_SCHED_SPIN, CU_CTX_SCHED_YIELD, CU_CTX_SCHED_BLOCKING_SYNC, CU_CTX_SCHED_MASK, CU_CTX_MAP_HOST, CU_CTX_LMEM_RESIZE_TO_MAX, CU_CTX_FLAGS_MASK, }

Variants

Trait Implementations

impl Debug for CUctx_flags_enum
[src]

Formats the value using the given formatter. Read more

impl Copy for CUctx_flags_enum
[src]

impl Clone for CUctx_flags_enum
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CUctx_flags_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 CUctx_flags_enum
[src]

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