[][src]Struct wide::i64x4

#[repr(C, align(32))]pub struct i64x4 { /* fields omitted */ }

Implementations

impl i64x4[src]

#[must_use]pub fn cmp_eq(self, rhs: Self) -> Self[src]

#[must_use]pub fn cmp_gt(self, rhs: Self) -> Self[src]

#[must_use]pub fn cmp_le(self, rhs: Self) -> Self[src]

#[must_use]pub fn cmp_lt(self, rhs: Self) -> Self[src]

#[must_use]pub fn blend(self, t: Self, f: Self) -> Self[src]

#[must_use]pub fn round_float(self) -> f64x4[src]

impl i64x4[src]

#[must_use]pub fn splat(elem: i64) -> i64x4[src]

Trait Implementations

impl Add<i64x4> for i64x4[src]

type Output = Self

The resulting type after applying the + operator.

impl Binary for i64x4[src]

impl BitAnd<i64x4> for i64x4[src]

type Output = Self

The resulting type after applying the & operator.

impl BitOr<i64x4> for i64x4[src]

type Output = Self

The resulting type after applying the | operator.

impl BitXor<i64x4> for i64x4[src]

type Output = Self

The resulting type after applying the ^ operator.

impl Clone for i64x4[src]

impl Copy for i64x4[src]

impl Debug for i64x4[src]

impl Default for i64x4[src]

impl Display for i64x4[src]

impl Eq for i64x4[src]

impl<'_> From<&'_ [i64]> for i64x4[src]

impl From<[i64; 4]> for i64x4[src]

impl From<i64> for i64x4[src]

#[must_use]fn from(elem: i64) -> Self[src]

Splats the single value given across all lanes.

impl From<i64x4> for [i64; 4][src]

impl LowerExp for i64x4[src]

impl LowerHex for i64x4[src]

impl Neg for i64x4[src]

type Output = Self

The resulting type after applying the - operator.

impl<'_> Neg for &'_ i64x4[src]

type Output = i64x4

The resulting type after applying the - operator.

impl Not for i64x4[src]

type Output = Self

The resulting type after applying the ! operator.

impl Octal for i64x4[src]

impl PartialEq<i64x4> for i64x4[src]

impl Pod for i64x4[src]

impl Shl<i128> for i64x4[src]

type Output = Self

The resulting type after applying the << operator.

#[must_use]fn shl(self, rhs: i128) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shl<i16> for i64x4[src]

type Output = Self

The resulting type after applying the << operator.

#[must_use]fn shl(self, rhs: i16) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shl<i32> for i64x4[src]

type Output = Self

The resulting type after applying the << operator.

#[must_use]fn shl(self, rhs: i32) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shl<i64> for i64x4[src]

type Output = Self

The resulting type after applying the << operator.

#[must_use]fn shl(self, rhs: i64) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shl<i8> for i64x4[src]

type Output = Self

The resulting type after applying the << operator.

#[must_use]fn shl(self, rhs: i8) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shl<u128> for i64x4[src]

type Output = Self

The resulting type after applying the << operator.

#[must_use]fn shl(self, rhs: u128) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shl<u16> for i64x4[src]

type Output = Self

The resulting type after applying the << operator.

#[must_use]fn shl(self, rhs: u16) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shl<u32> for i64x4[src]

type Output = Self

The resulting type after applying the << operator.

#[must_use]fn shl(self, rhs: u32) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shl<u64> for i64x4[src]

type Output = Self

The resulting type after applying the << operator.

#[must_use]fn shl(self, rhs: u64) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shl<u8> for i64x4[src]

type Output = Self

The resulting type after applying the << operator.

#[must_use]fn shl(self, rhs: u8) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shr<i128> for i64x4[src]

type Output = Self

The resulting type after applying the >> operator.

#[must_use]fn shr(self, rhs: i128) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shr<i16> for i64x4[src]

type Output = Self

The resulting type after applying the >> operator.

#[must_use]fn shr(self, rhs: i16) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shr<i32> for i64x4[src]

type Output = Self

The resulting type after applying the >> operator.

#[must_use]fn shr(self, rhs: i32) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shr<i64> for i64x4[src]

type Output = Self

The resulting type after applying the >> operator.

#[must_use]fn shr(self, rhs: i64) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shr<i8> for i64x4[src]

type Output = Self

The resulting type after applying the >> operator.

#[must_use]fn shr(self, rhs: i8) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shr<u128> for i64x4[src]

type Output = Self

The resulting type after applying the >> operator.

#[must_use]fn shr(self, rhs: u128) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shr<u16> for i64x4[src]

type Output = Self

The resulting type after applying the >> operator.

#[must_use]fn shr(self, rhs: u16) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shr<u32> for i64x4[src]

type Output = Self

The resulting type after applying the >> operator.

#[must_use]fn shr(self, rhs: u32) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shr<u64> for i64x4[src]

type Output = Self

The resulting type after applying the >> operator.

#[must_use]fn shr(self, rhs: u64) -> Self::Output[src]

Shifts all lanes by the value given.

impl Shr<u8> for i64x4[src]

type Output = Self

The resulting type after applying the >> operator.

#[must_use]fn shr(self, rhs: u8) -> Self::Output[src]

Shifts all lanes by the value given.

impl StructuralEq for i64x4[src]

impl StructuralPartialEq for i64x4[src]

impl Sub<i64x4> for i64x4[src]

type Output = Self

The resulting type after applying the - operator.

impl<RHS> Sum<RHS> for i64x4 where
    i64x4: AddAssign<RHS>, 
[src]

impl UpperExp for i64x4[src]

impl UpperHex for i64x4[src]

impl Zeroable for i64x4[src]

Auto Trait Implementations

impl Send for i64x4

impl Sync for i64x4

impl Unpin for i64x4

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.