Struct x86intrin::m256d [] [src]

pub struct m256d(_, _, _, _);

Methods

impl m256d
[src]

fn as_f64x4(self) -> f64x4

fn as_m256i(self) -> m256i

fn as_m256(self) -> m256

fn as_m256d(self) -> m256d

Trait Implementations

impl Clone for m256d
[src]

fn clone(&self) -> m256d

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

impl Debug for m256d
[src]

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

Formats the value using the given formatter.