Struct core::arch::powerpc::vector_double [−][src]
#[repr(simd)]pub struct vector_double(_, _);
This is supported on PowerPC only.
PowerPC-specific 128-bit wide vector of two packed f64
Trait Implementations
impl Clone for vector_double
[src]
impl Clone for vector_double
[src]This is supported on PowerPC or PowerPC-64 only.
fn clone(&self) -> vector_double
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for vector_double
[src]
impl Debug for vector_double
[src]This is supported on PowerPC or PowerPC-64 only.
impl Copy for vector_double
[src]
This is supported on PowerPC or PowerPC-64 only.