Struct x86intrin::m256i [] [src]

pub struct m256i(_, _, _, _, _, _, _, _);

Methods

impl m256i
[src]

fn as_i64x4(self) -> i64x4

fn as_u64x4(self) -> u64x4

fn as_i32x8(self) -> i32x8

fn as_u32x8(self) -> u32x8

fn as_i16x16(self) -> i16x16

fn as_u16x16(self) -> u16x16

fn as_i8x32(self) -> i8x32

fn as_u8x32(self) -> u8x32

fn as_m256i(self) -> m256i

fn as_m256(self) -> m256

fn as_m256d(self) -> m256d

Trait Implementations

impl Clone for m256i
[src]

fn clone(&self) -> m256i

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 m256i
[src]

impl Debug for m256i
[src]

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

Formats the value using the given formatter.