ppv_lite86::types

Trait BitOps64

Source
pub trait BitOps64: BitOps32 + RotateEachWord64 { }

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> BitOps64 for u64x2_sse2<S3, S4, NI>

Source§

impl<S3: Copy, S4: Copy, NI: Copy> BitOps64 for u128x1_sse2<S3, S4, NI>

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,