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