ppv_lite86
0.2.20
BitOps64
Object Safety
Implementors
In ppv_lite86::types
Trait
ppv_lite86
::
types
::
BitOps64
Copy item path
source
·
[
−
]
pub trait BitOps64:
BitOps32
+
RotateEachWord64
{ }
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<S3:
Copy
, S4:
Copy
, NI:
Copy
>
BitOps64
for
u64x2_sse2
<S3, S4, NI>
where
u64x2_sse2
<S3, S4, NI>:
RotateEachWord64
+
RotateEachWord32
,
source
§
impl<S3:
Copy
, S4:
Copy
, NI:
Copy
>
BitOps64
for
u128x1_sse2
<S3, S4, NI>
where
u128x1_sse2
<S3, S4, NI>:
RotateEachWord64
+
RotateEachWord32
,
source
§
impl<W>
BitOps64
for
x4
<W>
where W:
BitOps64
+
BitOps0
,
source
§
impl<W, G>
BitOps64
for
x2
<W, G>
where W:
BitOps64
+
BitOps0
, G:
Copy
,