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