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.
pub trait RotateEachWord64 {
// Required method
fn rotate_each_word_right32(self) -> Self;
}