Enum cublas_sys::cublasDataType_t [] [src]

#[repr(u32)]
pub enum cublasDataType_t { CUBLAS_DATA_FLOAT, CUBLAS_DATA_DOUBLE, CUBLAS_DATA_HALF, CUBLAS_DATA_INT8, }

Variants

Trait Implementations

impl PartialEq for Enum_Unnamed8
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Enum_Unnamed8
[src]

Formats the value using the given formatter.

impl Clone for Enum_Unnamed8
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Enum_Unnamed8
[src]