Struct std::simd::i8x16 [] [src]

pub struct i8x16(pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8);
Deprecated since 1.3.0

: use the external simd crate instead

Trait Implementations

impl Add<i8x16> for i8x16

type Output = i8x16

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

impl Sub<i8x16> for i8x16

type Output = i8x16

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

impl Mul<i8x16> for i8x16

type Output = i8x16

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

impl Shl<i8x16> for i8x16

type Output = i8x16

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

impl Shr<i8x16> for i8x16

type Output = i8x16

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

impl BitAnd<i8x16> for i8x16

type Output = i8x16

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

impl BitOr<i8x16> for i8x16

type Output = i8x16

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

impl BitXor<i8x16> for i8x16

type Output = i8x16

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

Derived Implementations

impl Debug for i8x16

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

impl Clone for i8x16

fn clone(&self) -> i8x16

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

impl Copy for i8x16