Struct x86intrin::m128i [] [src]

pub struct m128i(_, _);

Methods

impl m128i
[src]

fn as_i64x2(self) -> i64x2

fn as_u64x2(self) -> u64x2

fn as_i32x4(self) -> i32x4

fn as_u32x4(self) -> u32x4

fn as_i16x8(self) -> i16x8

fn as_u16x8(self) -> u16x8

fn as_i8x16(self) -> i8x16

fn as_u8x16(self) -> u8x16

fn as_m128i(self) -> m128i

fn as_m128(self) -> m128

fn as_m128d(self) -> m128d

Trait Implementations

impl BitAnd for m128i
[src]

type Output = Self

The resulting type after applying the & operator

fn bitand(self, x: Self) -> Self

The method for the & operator

impl BitOr for m128i
[src]

type Output = Self

The resulting type after applying the | operator

fn bitor(self, x: Self) -> Self

The method for the | operator

impl BitXor for m128i
[src]

type Output = Self

The resulting type after applying the ^ operator

fn bitxor(self, x: Self) -> Self

The method for the ^ operator

impl Clone for m128i
[src]

fn clone(&self) -> m128i

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for m128i
[src]

impl Debug for m128i
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.