pub struct vector_double(/* private fields */);๐ฌThis is a nightly-only experimental API. (
stdarch_powerpc #111145)Available on PowerPC and (PowerPC or PowerPC64) only.
Expand description
PowerPC-specific 128-bit wide vector of two packed f64
Trait Implementationsยง
Sourceยงimpl Clone for vector_double
impl Clone for vector_double
impl Copy for vector_double
Auto Trait Implementationsยง
impl Freeze for vector_double
impl RefUnwindSafe for vector_double
impl Send for vector_double
impl Sync for vector_double
impl Unpin for vector_double
impl UnsafeUnpin for vector_double
impl UnwindSafe for vector_double
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more