Trait packed_simd_2::SimdVector [−][src]
Expand description
This trait is implemented by all SIMD vector types.
Associated Types
type Element
[src]
Expand description
Element type of the SIMD vector
type LanesType
[src]
Expand description
The type: [u32; Self::N]
.