Skip to main content

MaskI16

Type Alias MaskI16 

Source
pub type MaskI16<A> = Mask<I16, A>;
Expand description

Generic i16 SIMD lane selection mask.

Aliased Type§

#[repr(transparent)]
pub struct MaskI16<A> { pub raw: <A as SimdKernel<I16>>::Mask, /* private fields */ }

Fields§

§raw: <A as SimdKernel<I16>>::Mask

The underlying raw mask register or representation.