Enum cublas_sys::cublasOperation_t [] [src]

#[repr(u32)]
pub enum cublasOperation_t { CUBLAS_OP_N, CUBLAS_OP_T, CUBLAS_OP_C, }

Variants

Trait Implementations

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

Formats the value using the given formatter.

impl Clone for Enum_Unnamed5
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Enum_Unnamed5
[src]