pub(crate) unsafe trait SimdElement:
Copy
+ PartialEq
+ Debug {
const ZERO: Self = _;
}Expand description
SAFETY: All bits patterns must be valid
Provided Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".