#[repr(simd)]
pub struct vector_double(_, _);
🔬 This is a nightly-only experimental API. (
stdsimd #48556)
 This is supported on PowerPC-64 only.
Expand description
PowerPC-specific 128-bit wide vector of two packed f64
This is supported on PowerPC or PowerPC-64 only.
Performs copy-assignment from source. Read more
This is supported on PowerPC or PowerPC-64 only.
Formats the value using the given formatter. Read more
This is supported on PowerPC or PowerPC-64 only.
impl<T> Any for T where
    T: 'static + ?Sized, 
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
    U: From<T>, 
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.