Struct std::simd::u8x16 [] [src]

pub struct u8x16(pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8);
Unstable

Trait Implementations

Derived Implementations

impl Debug for u8x16

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>

impl Clone for u8x16

fn clone(&self) -> u8x16

fn clone_from(&mut self, source: &Self)

impl Copy for u8x16