pub type SimdMaskI16 = Mask<I16, Scalar>;Expand description
Optimal i16 SIMD mask register compiled for the host.
Aliased Type§
#[repr(transparent)]pub struct SimdMaskI16 {
pub raw: [bool; 8],
/* private fields */
}Fields§
§raw: [bool; 8]The underlying raw mask register or representation.