Struct stdsimd::simd::u64x8 [] [src]

#[repr(simd)]
pub struct u64x8(_, _, _, _, _, _, _, _);

Methods

impl u64x8
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl u64x8
[src]

[src]

impl u64x8
[src]

[src]

Trait Implementations

impl Clone for u64x8
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for u64x8
[src]

impl Debug for u64x8
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for u64x8
[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 From<i64x8> for u64x8
[src]

[src]

Performs the conversion.

impl From<u32x16> for u64x8
[src]

[src]

Performs the conversion.

impl From<i32x16> for u64x8
[src]

[src]

Performs the conversion.

impl From<u16x32> for u64x8
[src]

[src]

Performs the conversion.

impl From<i16x32> for u64x8
[src]

[src]

Performs the conversion.

impl From<u8x64> for u64x8
[src]

[src]

Performs the conversion.

impl From<i8x64> for u64x8
[src]

[src]

Performs the conversion.

impl Add for u64x8
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub for u64x8
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Mul for u64x8
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl BitAnd for u64x8
[src]

The resulting type after applying the & operator.

[src]

Performs the & operation.

impl BitOr for u64x8
[src]

The resulting type after applying the | operator.

[src]

Performs the | operation.

impl BitXor for u64x8
[src]

The resulting type after applying the ^ operator.

[src]

Performs the ^ operation.

impl Not for u64x8
[src]

The resulting type after applying the ! operator.

[src]

Performs the unary ! operation.

impl Shl<u8> for u64x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<u8> for u64x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl Shl<u16> for u64x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<u16> for u64x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl Shl<u32> for u64x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<u32> for u64x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl Shl<u64> for u64x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<u64> for u64x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl Shl<usize> for u64x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<usize> for u64x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl Shl<i8> for u64x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<i8> for u64x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl Shl<i16> for u64x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<i16> for u64x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl Shl<i32> for u64x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<i32> for u64x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl Shl<i64> for u64x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<i64> for u64x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl Shl<isize> for u64x8
[src]

The resulting type after applying the << operator.

[src]

Performs the << operation.

impl Shr<isize> for u64x8
[src]

The resulting type after applying the >> operator.

[src]

Performs the >> operation.

impl LowerHex for u64x8
[src]

[src]

Formats the value using the given formatter.