#[repr(simd)]pub struct vector_double(_, _);
Available on PowerPC only.
Expand description
PowerPC-specific 128-bit wide vector of two packed f64
Trait Implementations
sourceimpl Clone for vector_double
Available on PowerPC or PowerPC-64 only.
impl Clone for vector_double
Available on PowerPC or PowerPC-64 only.
sourcefn clone(&self) -> vector_double
fn clone(&self) -> vector_double
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for vector_double
Available on PowerPC or PowerPC-64 only.
impl Debug for vector_double
Available on PowerPC or PowerPC-64 only.
impl Copy for vector_double
Available on PowerPC or PowerPC-64 only.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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