Enum openblas_ffi::CblasSide [] [src]

pub enum CblasSide {
    Left,
    Right,
}

Variants

Trait Implementations

impl Clone for CblasSide
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CblasSide
[src]

impl Debug for CblasSide
[src]

Formats the value using the given formatter.