Enum blas_array2::util::blas_error::BLASError
source · pub enum BLASError {
OverflowDimension(&'static str),
InvalidDim(&'static str),
InvalidFlag(&'static str),
FailedCheck(&'static str),
UninitializedField(&'static str),
Miscellaneous(&'static str),
}
Variants§
OverflowDimension(&'static str)
InvalidDim(&'static str)
InvalidFlag(&'static str)
FailedCheck(&'static str)
UninitializedField(&'static str)
Miscellaneous(&'static str)
Trait Implementations§
source§impl From<TryFromIntError> for BLASError
impl From<TryFromIntError> for BLASError
source§fn from(_: TryFromIntError) -> BLASError
fn from(_: TryFromIntError) -> BLASError
Converts to this type from the input type.
source§impl From<UninitializedFieldError> for BLASError
impl From<UninitializedFieldError> for BLASError
source§fn from(e: UninitializedFieldError) -> BLASError
fn from(e: UninitializedFieldError) -> BLASError
Converts to this type from the input type.
source§impl PartialEq for BLASError
impl PartialEq for BLASError
impl Eq for BLASError
impl StructuralPartialEq for BLASError
Auto Trait Implementations§
impl Freeze for BLASError
impl RefUnwindSafe for BLASError
impl Send for BLASError
impl Sync for BLASError
impl Unpin for BLASError
impl UnwindSafe for BLASError
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
)