[go: up one dir, main page]

Struct coresimd::simd::__m128i [] [src]

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

128-bit wide signed integer vector type

Trait Implementations

impl Clone for __m128i
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for __m128i
[src]

impl Debug for __m128i
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for __m128i
[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<__m128i> for u64x2
[src]

[src]

Performs the conversion.

impl From<__m128i> for i64x2
[src]

[src]

Performs the conversion.

impl From<__m128i> for u32x4
[src]

[src]

Performs the conversion.

impl From<__m128i> for i32x4
[src]

[src]

Performs the conversion.

impl From<__m128i> for u16x8
[src]

[src]

Performs the conversion.

impl From<__m128i> for i16x8
[src]

[src]

Performs the conversion.

impl From<__m128i> for u8x16
[src]

[src]

Performs the conversion.

impl From<__m128i> for i8x16
[src]

[src]

Performs the conversion.

impl From<i8x16> for __m128i
[src]

[src]

Performs the conversion.

impl From<u64x2> for __m128i
[src]

[src]

Performs the conversion.

impl From<i64x2> for __m128i
[src]

[src]

Performs the conversion.

impl From<u32x4> for __m128i
[src]

[src]

Performs the conversion.

impl From<i32x4> for __m128i
[src]

[src]

Performs the conversion.

impl From<u16x8> for __m128i
[src]

[src]

Performs the conversion.

impl From<i16x8> for __m128i
[src]

[src]

Performs the conversion.

impl From<u8x16> for __m128i
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for __m128i

impl Sync for __m128i