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