[]Type Definition simba::simd::m128x1

type m128x1 = Simd<[m128; 1]>;

A 128-bit vector mask with 1 m128 lane.

Trait Implementations

impl PrimitiveSimdValue for m128x1[src]

impl SimdBool for m128x1[src]

impl SimdValue for m128x1[src]

type Element = bool

The type of the elements of each lane of this SIMD value.

type SimdBool = m128x1

Type of the result of comparing two SIMD values like self.