Struct blas_array2::blas2::symv::SYMV_Driver
source · pub struct SYMV_Driver<'a, 'x, 'y, F, S>where
F: BLASFloat,
S: BLASSymmetric,{ /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'x, 'y, F, S> Freeze for SYMV_Driver<'a, 'x, 'y, F, S>where
F: Freeze,
impl<'a, 'x, 'y, F, S> RefUnwindSafe for SYMV_Driver<'a, 'x, 'y, F, S>where
F: RefUnwindSafe,
S: RefUnwindSafe,
impl<'a, 'x, 'y, F, S> Send for SYMV_Driver<'a, 'x, 'y, F, S>where
S: Send,
impl<'a, 'x, 'y, F, S> Sync for SYMV_Driver<'a, 'x, 'y, F, S>where
S: Sync,
impl<'a, 'x, 'y, F, S> Unpin for SYMV_Driver<'a, 'x, 'y, F, S>
impl<'a, 'x, 'y, F, S> !UnwindSafe for SYMV_Driver<'a, 'x, 'y, F, S>
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