Struct x86intrin::m128d [] [src]

pub struct m128d(_, _);

Methods

impl m128d
[src]

fn as_f64x2(self) -> f64x2

fn as_m128i(self) -> m128i

fn as_m128(self) -> m128

fn as_m128d(self) -> m128d

Trait Implementations

impl Clone for m128d
[src]

fn clone(&self) -> m128d

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

impl Debug for m128d
[src]

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

Formats the value using the given formatter.