[][src]Struct fake_simd::u32x4

pub struct u32x4(pub u32, pub u32, pub u32, pub u32);

Trait Implementations

impl Add<u32x4> for u32x4[src]

type Output = u32x4

The resulting type after applying the + operator.

impl BitAnd<u32x4> for u32x4[src]

type Output = u32x4

The resulting type after applying the & operator.

impl BitOr<u32x4> for u32x4[src]

type Output = u32x4

The resulting type after applying the | operator.

impl BitXor<u32x4> for u32x4[src]

type Output = u32x4

The resulting type after applying the ^ operator.

impl Clone for u32x4[src]

impl Copy for u32x4[src]

impl Eq for u32x4[src]

impl PartialEq<u32x4> for u32x4[src]

impl Shl<u32x4> for u32x4[src]

type Output = u32x4

The resulting type after applying the << operator.

impl Shl<usize> for u32x4[src]

type Output = u32x4

The resulting type after applying the << operator.

impl Shr<u32x4> for u32x4[src]

type Output = u32x4

The resulting type after applying the >> operator.

impl Shr<usize> for u32x4[src]

type Output = u32x4

The resulting type after applying the >> operator.

impl StructuralEq for u32x4[src]

impl StructuralPartialEq for u32x4[src]

impl Sub<u32x4> for u32x4[src]

type Output = u32x4

The resulting type after applying the - operator.

Auto Trait Implementations

impl Send for u32x4

impl Sync for u32x4

impl Unpin for u32x4

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.