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.

Performs the + operation.

impl Sub for u32x4
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl BitAnd for u32x4
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitOr for u32x4
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitXor for u32x4
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl Shl<usize> for u32x4
[src]

The resulting type after applying the << operator.

Performs the << operation.

impl Shl<u32x4> for u32x4
[src]

The resulting type after applying the << operator.

Performs the << operation.

impl Shr<usize> for u32x4
[src]

The resulting type after applying the >> operator.

Performs the >> operation.

impl Shr<u32x4> for u32x4
[src]

The resulting type after applying the >> operator.

Performs the >> operation.

Auto Trait Implementations

impl Send for u32x4

impl Sync for u32x4