Struct fake_simd::u32x4 [] [src]

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

Trait Implementations

impl Clone for u32x4
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for u32x4
[src]

impl PartialEq for u32x4
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for u32x4
[src]

impl Add for u32x4
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub for u32x4
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl BitAnd for u32x4
[src]

The resulting type after applying the & operator.

[src]

Performs the & operation.

impl BitOr for u32x4
[src]

The resulting type after applying the | operator.

[src]

Performs the | operation.

impl BitXor for u32x4
[src]

The resulting type after applying the ^ operator.

[src]

Performs the ^ operation.

impl Shl<usize> for u32x4
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shl<u32x4> for u32x4
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<usize> for u32x4
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl Shr<u32x4> for u32x4
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.