Enum blas_array2::util::blas_flags::BLASUpLo
source · pub enum BLASUpLo {
Undefined = -1,
Upper = 121,
Lower = 122,
}
Variants§
Trait Implementations§
source§impl PartialEq for BLASUpLo
impl PartialEq for BLASUpLo
impl Copy for BLASUpLo
impl Eq for BLASUpLo
impl Send for BLASUpLo
impl StructuralPartialEq for BLASUpLo
impl Sync for BLASUpLo
Auto Trait Implementations§
impl Freeze for BLASUpLo
impl RefUnwindSafe for BLASUpLo
impl Unpin for BLASUpLo
impl UnwindSafe for BLASUpLo
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: 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
)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
)