ppv_lite86
0.2.20
BitOps32
Object Safety
Implementors
In ppv_lite86::types
Trait
ppv_lite86
::
types
::
BitOps32
Copy item path
source
·
[
−
]
pub trait BitOps32:
BitOps0
+
RotateEachWord32
{ }
Object Safety
§
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
,