Struct x86intrin::m256 [] [src]

pub struct m256(_, _, _, _, _, _, _, _);

Methods

impl m256
[src]

fn as_f32x8(self) -> f32x8

fn as_m256i(self) -> m256i

fn as_m256(self) -> m256

fn as_m256d(self) -> m256d

Trait Implementations

impl Clone for m256
[src]

fn clone(&self) -> m256

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

impl Debug for m256
[src]

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

Formats the value using the given formatter.