pub struct Avx2;
Expand description
X86 “avx2” feature.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Avx2
impl RefUnwindSafe for Avx2
impl Send for Avx2
impl Sync for Avx2
impl Unpin for Avx2
impl UnwindSafe for Avx2
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