pub trait LaneWords4 {
// Required methods
fn shuffle_lane_words1230(self) -> Self;
fn shuffle_lane_words2301(self) -> Self;
fn shuffle_lane_words3012(self) -> Self;
}
Expand description
A vector composed one or more lanes each composed of four words.
Required Methods§
fn shuffle_lane_words1230(self) -> Self
fn shuffle_lane_words2301(self) -> Self
fn shuffle_lane_words3012(self) -> Self
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.