u8x64

Type Alias u8x64 

Source
pub type u8x64 = Simd<[u8; 64]>;

Aliased Type§

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

Trait Implementations§

Source§

impl From<Simd<[m8; 64]>> for u8x64

Source§

fn from(mask: m8x64) -> u8x64

Converts to this type from the input type.