pub enum CblasTranspose {
NoTranspose,
Transpose,
ConjugateTranspose,
}
Variants§
Trait Implementations§
Source§impl Clone for CblasTranspose
impl Clone for CblasTranspose
Source§fn clone(&self) -> CblasTranspose
fn clone(&self) -> CblasTranspose
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CblasTranspose
impl Debug for CblasTranspose
Source§impl PartialEq for CblasTranspose
impl PartialEq for CblasTranspose
Source§impl PartialOrd for CblasTranspose
impl PartialOrd for CblasTranspose
impl Copy for CblasTranspose
impl StructuralPartialEq for CblasTranspose
Auto Trait Implementations§
impl Freeze for CblasTranspose
impl RefUnwindSafe for CblasTranspose
impl Send for CblasTranspose
impl Sync for CblasTranspose
impl Unpin for CblasTranspose
impl UnwindSafe for CblasTranspose
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more