Enum cuda_sys::cublas::cublasStatus_t[][src]

#[repr(u32)]
pub enum cublasStatus_t { SUCCESS, NOT_INITIALIZED, ALLOC_FAILED, INVALID_VALUE, ARCH_MISMATCH, MAPPING_ERROR, EXECUTION_FAILED, INTERNAL_ERROR, NOT_SUPPORTED, LICENSE_ERROR, }

Variants

Trait Implementations

impl Debug for cublasStatus_t
[src]

Formats the value using the given formatter. Read more

impl Copy for cublasStatus_t
[src]

impl Clone for cublasStatus_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for cublasStatus_t
[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