[][src]Struct simdeez::overloads::F64x4

pub struct F64x4(pub __m256d);

Trait Implementations

impl SimdBase<F64x4, f64> for F64x4[src]

impl SimdFloat<F64x4, f64> for F64x4[src]

impl Debug for F64x4[src]

impl Div<F64x4> for F64x4[src]

type Output = F64x4

The resulting type after applying the / operator.

impl Sub<F64x4> for F64x4[src]

type Output = F64x4

The resulting type after applying the - operator.

impl Add<F64x4> for F64x4[src]

type Output = F64x4

The resulting type after applying the + operator.

impl Mul<F64x4> for F64x4[src]

type Output = F64x4

The resulting type after applying the * operator.

impl AddAssign<F64x4> for F64x4[src]

impl SubAssign<F64x4> for F64x4[src]

impl MulAssign<F64x4> for F64x4[src]

impl DivAssign<F64x4> for F64x4[src]

impl BitAnd<F64x4> for F64x4[src]

type Output = F64x4

The resulting type after applying the & operator.

impl BitOr<F64x4> for F64x4[src]

type Output = F64x4

The resulting type after applying the | operator.

impl BitXor<F64x4> for F64x4[src]

type Output = F64x4

The resulting type after applying the ^ operator.

impl BitAndAssign<F64x4> for F64x4[src]

impl BitOrAssign<F64x4> for F64x4[src]

impl BitXorAssign<F64x4> for F64x4[src]

impl Index<usize> for F64x4[src]

type Output = f64

The returned type after indexing.

impl IndexMut<usize> for F64x4[src]

impl Copy for F64x4[src]

impl Clone for F64x4[src]

Auto Trait Implementations

impl Unpin for F64x4

impl Send for F64x4

impl Sync for F64x4

Blanket Implementations

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

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

type Error = !

The type returned in the event of a conversion error.

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

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.

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

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

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