pub enum SimdBackend {
Scalar,
Avx2,
Avx512,
}Variants§
Trait Implementations§
Source§impl Clone for SimdBackend
impl Clone for SimdBackend
Source§fn clone(&self) -> SimdBackend
fn clone(&self) -> SimdBackend
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SimdBackend
impl Debug for SimdBackend
Source§impl PartialEq for SimdBackend
impl PartialEq for SimdBackend
impl Copy for SimdBackend
impl Eq for SimdBackend
impl StructuralPartialEq for SimdBackend
Auto Trait Implementations§
impl Freeze for SimdBackend
impl RefUnwindSafe for SimdBackend
impl Send for SimdBackend
impl Sync for SimdBackend
impl Unpin for SimdBackend
impl UnsafeUnpin for SimdBackend
impl UnwindSafe for SimdBackend
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