pub unsafe trait SIMD64: InstructionSet {
// Provided method
fn u8x8_unzip_even(self, a: V64, b: V64) -> V64 { ... }
}
Provided Methods§
fn u8x8_unzip_even(self, a: V64, b: V64) -> V64
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.