Struct fake_simd::u32x4 [] [src]

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

Trait Implementations

impl Clone for u32x4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for u32x4
[src]

impl PartialEq for u32x4
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for u32x4
[src]

impl Add for u32x4
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub for u32x4
[src]

The resulting type after applying the - operator

The method for the - operator

impl BitAnd for u32x4
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitOr for u32x4
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitXor for u32x4
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Shl<usize> for u32x4
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shl<u32x4> for u32x4
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shr<usize> for u32x4
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shr<u32x4> for u32x4
[src]

The resulting type after applying the >> operator

The method for the >> operator