Struct core::arch::powerpc::vector_signed_long
source · #[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§
source§impl Clone for vector_signed_long
impl Clone for vector_signed_long
source§fn clone(&self) -> vector_signed_long
fn clone(&self) -> vector_signed_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
impl Debug for vector_signed_long
source§impl From<Simd<i64, 2>> for vector_signed_long
impl From<Simd<i64, 2>> for vector_signed_long
source§fn from(value: i64x2) -> vector_signed_long
fn from(value: i64x2) -> vector_signed_long
Converts to this type from the input type.
source§impl From<vector_signed_long> for i64x2
impl From<vector_signed_long> for i64x2
source§fn from(value: vector_signed_long) -> i64x2
fn from(value: vector_signed_long) -> i64x2
Converts to this type from the input type.