u8x32

Type Alias u8x32 

Source
pub type u8x32 = Simd<[u8; 32]>;

Aliased Type§

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

Trait Implementations§

Source§

impl From<Simd<[m8; 32]>> for u8x32

Source§

fn from(mask: m8x32) -> u8x32

Converts to this type from the input type.