Struct blas_array2::util::blas_traits::BLASFunc
source · pub struct BLASFunc {}
Expand description
Marker struct of BLAS functions.
This struct will be implemented in modules of each function.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BLASFunc
impl RefUnwindSafe for BLASFunc
impl Send for BLASFunc
impl Sync for BLASFunc
impl Unpin for BLASFunc
impl UnwindSafe for BLASFunc
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