pub type s16 = Compat16x16;
Aliased Type§
struct s16([i16; 16]);
Fields§
§0: [i16; 16]
Implementations
Source§impl Compat16x16
impl Compat16x16
pub fn splat(a: i16) -> Compat16x16
pub fn to_int(&self) -> Self
pub fn simd_gt(&self, rhs: Compat16x16) -> Compat16x16
Trait Implementations
Source§impl Add for Compat16x16
impl Add for Compat16x16
Source§type Output = Compat16x16
type Output = Compat16x16
The resulting type after applying the
+
operator.Source§fn add(self, other: Compat16x16) -> Compat16x16
fn add(self, other: Compat16x16) -> Compat16x16
Performs the
+
operation. Read moreSource§impl BitAnd for Compat16x16
impl BitAnd for Compat16x16
Source§type Output = Compat16x16
type Output = Compat16x16
The resulting type after applying the
&
operator.Source§fn bitand(self, other: Compat16x16) -> Compat16x16
fn bitand(self, other: Compat16x16) -> Compat16x16
Performs the
&
operation. Read moreSource§impl Clone for Compat16x16
impl Clone for Compat16x16
Source§fn clone(&self) -> Compat16x16
fn clone(&self) -> Compat16x16
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Compat16x16
impl Debug for Compat16x16
Source§impl Default for Compat16x16
impl Default for Compat16x16
Source§fn default() -> Compat16x16
fn default() -> Compat16x16
Returns the “default value” for a type. Read more
Source§impl<I> Index<I> for Compat16x16where
I: SliceIndex<[i16]>,
impl<I> Index<I> for Compat16x16where
I: SliceIndex<[i16]>,
Source§impl<I> IndexMut<I> for Compat16x16where
I: SliceIndex<[i16]>,
impl<I> IndexMut<I> for Compat16x16where
I: SliceIndex<[i16]>,
Source§impl<Scalar: Clone> Shr<Scalar> for Compat16x16
impl<Scalar: Clone> Shr<Scalar> for Compat16x16
Source§type Output = Compat16x16
type Output = Compat16x16
The resulting type after applying the
>>
operator.Source§fn shr(self, other: Scalar) -> Compat16x16
fn shr(self, other: Scalar) -> Compat16x16
Performs the
>>
operation. Read moreSource§impl Sub for Compat16x16
impl Sub for Compat16x16
Source§type Output = Compat16x16
type Output = Compat16x16
The resulting type after applying the
-
operator.Source§fn sub(self, other: Compat16x16) -> Compat16x16
fn sub(self, other: Compat16x16) -> Compat16x16
Performs the
-
operation. Read more