#[repr(simd)]pub struct vector_double(_, _);
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on PowerPC and (PowerPC or PowerPC-64) only.
Expand description
PowerPC-specific 128-bit wide vector of two packed f64
Trait Implementations
sourceimpl Clone for vector_double
impl Clone for vector_double
sourcefn clone(&self) -> vector_double
fn clone(&self) -> vector_double
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for vector_double
impl Debug for vector_double
impl Copy for vector_double
Auto Trait Implementations
impl RefUnwindSafe for vector_double
impl Send for vector_double
impl Sync for vector_double
impl Unpin for vector_double
impl UnwindSafe for vector_double
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more