[][src]Type Definition simd_trick::u32x4

type u32x4 = Simd<[u32; 4]>;

Trait Implementations

impl From<Simd<[m32; 4]>> for u32x4[src]