Trait ppv_lite86::RotateEachWord64
source · pub trait RotateEachWord64 {
// Required method
fn rotate_each_word_right32(self) -> Self;
}
Required Methods§
fn rotate_each_word_right32(self) -> Self
Object Safety§
This trait is not object safe.