pub trait u64x2<M: Machine>:
BitOps64
+ Store<vec128_storage>
+ ArithOps
+ Vec2<u64>
+ MultiLane<[u64; 2]>
+ Into<vec128_storage> { }
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.