pub trait BitOps128: BitOps64 + RotateEachWord128 { }

Object Safety§

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,