ppv_lite86

Trait BitOps32

Source
pub trait BitOps32: BitOps0 + RotateEachWord32 { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<NI> BitOps32 for u32x4x2_avx2<NI>
where NI: Copy,

Source§

impl<S3: Copy, S4: Copy, NI: Copy> BitOps32 for u32x4_sse2<S3, S4, NI>
where u32x4_sse2<S3, S4, NI>: RotateEachWord32,

Source§

impl<S3: Copy, S4: Copy, NI: Copy> BitOps32 for u64x2_sse2<S3, S4, NI>
where u64x2_sse2<S3, S4, NI>: RotateEachWord32,

Source§

impl<S3: Copy, S4: Copy, NI: Copy> BitOps32 for u128x1_sse2<S3, S4, NI>
where u128x1_sse2<S3, S4, NI>: RotateEachWord32,

Source§

impl<W> BitOps32 for x4<W>
where W: BitOps32 + BitOps0,

Source§

impl<W, G> BitOps32 for x2<W, G>
where W: BitOps32 + BitOps0, G: Copy,