Struct x86intrin::m128 [] [src]

pub struct m128(_, _, _, _);

Methods

impl m128
[src]

fn as_f32x4(self) -> f32x4

fn as_m128i(self) -> m128i

fn as_m128(self) -> m128

fn as_m128d(self) -> m128d

Trait Implementations

impl Clone for m128
[src]

fn clone(&self) -> m128

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

impl Debug for m128
[src]

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

Formats the value using the given formatter.