Enum rblas::attribute::Transpose [] [src]

#[repr(C)]
pub enum Transpose { NoTrans, Trans, ConjTrans, }

Variants

Trait Implementations

impl Copy for Transpose
[src]

impl Clone for Transpose
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more