Struct core::arch::powerpc64::vector_double [−][src]
#[repr(simd)]pub struct vector_double(_, _);
This is supported on PowerPC-64 only.
PowerPC-specific 128-bit wide vector of two packed f64
Trait Implementations
impl Copy for vector_double
[src]
impl Copy for vector_double
impl Clone for vector_double
[src]
impl Clone for vector_double
fn clone(&self) -> vector_double
[src]
fn clone(&self) -> vector_double
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for vector_double
[src]
impl Debug for vector_double
Auto Trait Implementations
impl Send for vector_double
impl Send for vector_double
impl Sync for vector_double
impl Sync for vector_double