ppv_lite86

Trait BitOps128

Source
pub trait BitOps128: BitOps64 + RotateEachWord128 { }

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<S3: Copy, S4: Copy, NI: Copy> BitOps128 for u128x1_sse2<S3, S4, NI>
where u128x1_sse2<S3, S4, NI>: RotateEachWord128,

Source§

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

Source§

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