u8x16

Type Alias u8x16 

Source
pub type u8x16 = Simd<[u8; 16]>;

Aliased Type§

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

Trait Implementations§

Source§

impl From<Simd<[m8; 16]>> for u8x16

Source§

fn from(mask: m8x16) -> u8x16

Converts to this type from the input type.