pub enum BLASDiag {
Undefined = -1,
NonUnit = 131,
Unit = 132,
}
Variants§
Trait Implementations§
impl Copy for BLASDiag
impl Eq for BLASDiag
impl Send for BLASDiag
impl StructuralPartialEq for BLASDiag
impl Sync for BLASDiag
Auto Trait Implementations§
impl Freeze for BLASDiag
impl RefUnwindSafe for BLASDiag
impl Unpin for BLASDiag
impl UnwindSafe for BLASDiag
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