Struct blas_array2::blas2::spmv::SPMV_Driver
source · pub struct SPMV_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 SPMV_Driver<'a, 'x, 'y, F, S>where
F: Freeze,
impl<'a, 'x, 'y, F, S> RefUnwindSafe for SPMV_Driver<'a, 'x, 'y, F, S>where
F: RefUnwindSafe,
S: RefUnwindSafe,
impl<'a, 'x, 'y, F, S> Send for SPMV_Driver<'a, 'x, 'y, F, S>where
S: Send,
impl<'a, 'x, 'y, F, S> Sync for SPMV_Driver<'a, 'x, 'y, F, S>where
S: Sync,
impl<'a, 'x, 'y, F, S> Unpin for SPMV_Driver<'a, 'x, 'y, F, S>
impl<'a, 'x, 'y, F, S> !UnwindSafe for SPMV_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