Struct gemm_common::simd::Avx
source · pub struct Avx;
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Avx
impl Send for Avx
impl Sync for Avx
impl Unpin for Avx
impl UnwindSafe for Avx
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