#[repr(simd)]pub struct vector_signed_long(_, _);
🔬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 i64
Trait Implementations
sourceimpl Clone for vector_signed_long
impl Clone for vector_signed_long
sourcefn clone(&self) -> vector_signed_long
fn clone(&self) -> vector_signed_long
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 moresourceimpl Debug for vector_signed_long
impl Debug for vector_signed_long
impl Copy for vector_signed_long
Auto Trait Implementations
impl RefUnwindSafe for vector_signed_long
impl Send for vector_signed_long
impl Sync for vector_signed_long
impl Unpin for vector_signed_long
impl UnwindSafe for vector_signed_long
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