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