Enum cuda_sys::cudart::cudaComputeMode[][src]

#[repr(i32)]
pub enum cudaComputeMode { Default, Exclusive, Prohibited, ExclusiveProcess, }

Variants

Trait Implementations

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

impl Clone for cudaComputeMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for cudaComputeMode
[src]

impl Debug for cudaComputeMode
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations