Skip to main content

Mask3U

Type Alias Mask3U 

Source
pub type Mask3U<T> = Mask<3, T, Unaligned>;
Expand description

A 3-component vector mask.

To initialize this type use Mask3U::new.

§No SIMD Alignment

This type is not SIMD-aligned and has the memory layout of [bool; 3].

Aliased Type§

pub struct Mask3U<T>(/* private fields */);