Enum blas_array2::util::blas_flags::BLASTranspose
source · pub enum BLASTranspose {
Undefined = -1,
NoTrans = 111,
Trans = 112,
ConjTrans = 113,
ConjNoTrans = 114,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for BLASTranspose
impl Clone for BLASTranspose
source§fn clone(&self) -> BLASTranspose
fn clone(&self) -> BLASTranspose
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 BLASTranspose
impl Debug for BLASTranspose
source§impl Default for BLASTranspose
impl Default for BLASTranspose
source§fn default() -> BLASTranspose
fn default() -> BLASTranspose
Returns the “default value” for a type. Read more
source§impl From<BLASTranspose> for char
impl From<BLASTranspose> for char
source§fn from(trans: BLASTranspose) -> Self
fn from(trans: BLASTranspose) -> Self
Converts to this type from the input type.
source§impl From<BLASTranspose> for c_char
impl From<BLASTranspose> for c_char
source§fn from(trans: BLASTranspose) -> Self
fn from(trans: BLASTranspose) -> Self
Converts to this type from the input type.
source§impl From<char> for BLASTranspose
impl From<char> for BLASTranspose
source§impl PartialEq for BLASTranspose
impl PartialEq for BLASTranspose
source§fn eq(&self, other: &BLASTranspose) -> bool
fn eq(&self, other: &BLASTranspose) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BLASTranspose
impl Eq for BLASTranspose
impl Send for BLASTranspose
impl StructuralPartialEq for BLASTranspose
impl Sync for BLASTranspose
Auto Trait Implementations§
impl Freeze for BLASTranspose
impl RefUnwindSafe for BLASTranspose
impl Unpin for BLASTranspose
impl UnwindSafe for BLASTranspose
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)