pub enum SIMDType {
AVX2,
AVX512,
Neon,
NoSIMD,
SSE2,
SSE41,
}
Variants§
Trait Implementations§
impl Copy for SIMDType
impl Eq for SIMDType
impl StructuralPartialEq for SIMDType
Auto Trait Implementations§
impl Freeze for SIMDType
impl RefUnwindSafe for SIMDType
impl Send for SIMDType
impl Sync for SIMDType
impl Unpin for SIMDType
impl UnwindSafe for SIMDType
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