u32x4

Type Alias u32x4 

Source
pub type u32x4 = Simd<[u32; 4]>;

Aliased Type§

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

Trait Implementations§

Source§

impl From<Simd<[m32; 4]>> for u32x4

Source§

fn from(mask: m32x4) -> u32x4

Converts to this type from the input type.