#[repr(C)]pub enum trans_t {
BLIS_NO_TRANSPOSE = 0,
BLIS_TRANSPOSE = 8,
BLIS_CONJ_NO_TRANSPOSE = 16,
BLIS_CONJ_TRANSPOSE = 24,
}
Expand description
Transpose enum
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for trans_t
impl RefUnwindSafe for trans_t
impl Send for trans_t
impl Sync for trans_t
impl Unpin for trans_t
impl UnwindSafe for trans_t
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