Enum cblas_ffi::CblasSide [] [src]

#[repr(C)]
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.