Struct core::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 = Self

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

impl Sub<u8x16> for u8x16

type Output = Self

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

impl Mul<u8x16> for u8x16

type Output = Self

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

impl Shl<u8x16> for u8x16

type Output = Self

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

impl Shr<u8x16> for u8x16

type Output = Self

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

impl BitAnd<u8x16> for u8x16

type Output = Self

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

impl BitOr<u8x16> for u8x16

type Output = Self

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

impl BitXor<u8x16> for u8x16

type Output = Self

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

Derived Implementations

impl Debug for u8x16

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

impl Clone for u8x16

fn clone(&self) -> u8x16

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

impl Copy for u8x16