Struct coresimd::simd::__m64 [] [src]

#[repr(simd)]
pub struct __m64(_);

64-bit wide integer vector type.

Trait Implementations

impl Clone for __m64
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for __m64
[src]

impl Debug for __m64
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for __m64
[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<__m64> for u32x2
[src]

[src]

Performs the conversion.

impl From<__m64> for i32x2
[src]

[src]

Performs the conversion.

impl From<__m64> for u16x4
[src]

[src]

Performs the conversion.

impl From<__m64> for i16x4
[src]

[src]

Performs the conversion.

impl From<__m64> for u8x8
[src]

[src]

Performs the conversion.

impl From<__m64> for i8x8
[src]

[src]

Performs the conversion.

impl From<i8x8> for __m64
[src]

[src]

Performs the conversion.

impl From<u32x2> for __m64
[src]

[src]

Performs the conversion.

impl From<i32x2> for __m64
[src]

[src]

Performs the conversion.

impl From<u16x4> for __m64
[src]

[src]

Performs the conversion.

impl From<i16x4> for __m64
[src]

[src]

Performs the conversion.

impl From<u8x8> for __m64
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for __m64

impl Sync for __m64