Enum cblas_sys::CBLAS_UPLO [] [src]

#[repr(C)]
pub enum CBLAS_UPLO { CblasUpper, CblasLower, }

Variants

Trait Implementations

impl Clone for CBLAS_UPLO
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CBLAS_UPLO
[src]

impl Debug for CBLAS_UPLO
[src]

[src]

Formats the value using the given formatter.