u32x2

Type Alias u32x2 

Source
pub type u32x2 = Simd<[u32; 2]>;

Aliased Type§

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

Trait Implementations§

Source§

impl From<Simd<[m32; 2]>> for u32x2

Source§

fn from(mask: m32x2) -> u32x2

Converts to this type from the input type.