pub enum TransposeFlag {
A,
B,
D,
}
Expand description
Flag for determining which matrix comes out from transposer.
Variants§
Trait Implementations§
source§impl Clone for TransposeFlag
impl Clone for TransposeFlag
source§fn clone(&self) -> TransposeFlag
fn clone(&self) -> TransposeFlag
Returns a copy 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 TransposeFlag
impl Debug for TransposeFlag
impl Copy for TransposeFlag
Auto Trait Implementations§
impl RefUnwindSafe for TransposeFlag
impl Send for TransposeFlag
impl Sync for TransposeFlag
impl Unpin for TransposeFlag
impl UnwindSafe for TransposeFlag
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