pub trait RotateEachWord64 {
    // Required method
    fn rotate_each_word_right32(self) -> Self;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<S3: Copy, S4: Copy, NI: Copy> RotateEachWord64 for u64x2_sse2<S3, S4, NI>

source§

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

source§

impl<W> RotateEachWord64 for x4<W>

source§

impl<W, G> RotateEachWord64 for x2<W, G>