#[repr(simd)]pub struct vector_signed_long_long(/* private fields */);
🔬This is a nightly-only experimental API. (
stdarch_s390x
#135681)Available on s390x only.
Expand description
s390x-specific 128-bit wide vector of two packed i64
Trait Implementations§
Source§impl Clone for vector_signed_long_long
impl Clone for vector_signed_long_long
Source§fn clone(&self) -> vector_signed_long_long
fn clone(&self) -> vector_signed_long_long
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for vector_signed_long_long
impl Debug for vector_signed_long_long
Source§impl Neg for vector_signed_long_long
impl Neg for vector_signed_long_long
impl Copy for vector_signed_long_long
Auto Trait Implementations§
impl Freeze for vector_signed_long_long
impl RefUnwindSafe for vector_signed_long_long
impl Send for vector_signed_long_long
impl Sync for vector_signed_long_long
impl Unpin for vector_signed_long_long
impl UnwindSafe for vector_signed_long_long
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