pub struct i16x8(pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16);
Deprecated since 1.3.0: use the external simd
crate instead
Trait Implementations
type Output = Self
fn add(self, other: Self) -> Self
type Output = Self
fn sub(self, other: Self) -> Self
type Output = Self
fn mul(self, other: Self) -> Self
type Output = Self
fn shl(self, other: Self) -> Self
type Output = Self
fn shr(self, other: Self) -> Self
type Output = Self
fn bitand(self, other: Self) -> Self
type Output = Self
fn bitor(self, other: Self) -> Self
type Output = Self
fn bitxor(self, other: Self) -> Self
Derived Implementations