u16x4

Type Alias u16x4 

Source
pub type u16x4 = Simd<[u16; 4]>;

Aliased Type§

pub struct u16x4(/* private fields */);

Trait Implementations§

Source§

impl From<Simd<[m16; 4]>> for u16x4

Source§

fn from(mask: m16x4) -> u16x4

Converts to this type from the input type.