Enum cblas_sys::CBLAS_SIDE [] [src]

#[repr(C)]
pub enum CBLAS_SIDE { CblasLeft, CblasRight, }

Variants

Trait Implementations

impl Clone for CBLAS_SIDE
[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_SIDE
[src]

impl Debug for CBLAS_SIDE
[src]

[src]

Formats the value using the given formatter.