Expand description
Multi-Data correspondence of the native type
Tuple Fields
0: [i8; 64]
Trait Implementations
sourceimpl AddAssign<i8x64> for i8x64
impl AddAssign<i8x64> for i8x64
sourcefn add_assign(&mut self, rhs: i8x64)
fn add_assign(&mut self, rhs: i8x64)
Performs the +=
operation. Read more
sourceimpl NativeSimd for i8x64
impl NativeSimd for i8x64
type Native = i8
type Native = i8
The NativeType
of this struct. E.g. f32
for a NativeSimd = f32x16
.
sourceimpl SimdOrd<i8> for i8x64
impl SimdOrd<i8> for i8x64
sourcefn max_element(self) -> i8
fn max_element(self) -> i8
reduce itself to the minimum
sourcefn min_element(self) -> i8
fn min_element(self) -> i8
reduce itself to the maximum
impl Copy for i8x64
Auto Trait Implementations
impl RefUnwindSafe for i8x64
impl Send for i8x64
impl Sync for i8x64
impl Unpin for i8x64
impl UnwindSafe for i8x64
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more