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);
Deprecated since 1.3.0

: use the external simd crate instead

Trait Implementations

impl Add<u8x16> for u8x16

type Output = u8x16

fn add(self, other: u8x16) -> u8x16

impl Sub<u8x16> for u8x16

type Output = u8x16

fn sub(self, other: u8x16) -> u8x16

impl Mul<u8x16> for u8x16

type Output = u8x16

fn mul(self, other: u8x16) -> u8x16

impl Shl<u8x16> for u8x16

type Output = u8x16

fn shl(self, other: u8x16) -> u8x16

impl Shr<u8x16> for u8x16

type Output = u8x16

fn shr(self, other: u8x16) -> u8x16

impl BitAnd<u8x16> for u8x16

type Output = u8x16

fn bitand(self, other: u8x16) -> u8x16

impl BitOr<u8x16> for u8x16

type Output = u8x16

fn bitor(self, other: u8x16) -> u8x16

impl BitXor<u8x16> for u8x16

type Output = u8x16

fn bitxor(self, other: u8x16) -> u8x16

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