Struct core::arch::powerpc::vector_signed_int [−][src]
#[repr(simd)]pub struct vector_signed_int(_, _, _, _);
This is supported on PowerPC only.
PowerPC-specific 128-bit wide vector of four packed i32
Trait Implementations
impl Clone for vector_signed_int
[src]
impl Clone for vector_signed_int
[src]This is supported on PowerPC or PowerPC-64 only.
fn clone(&self) -> vector_signed_int
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for vector_signed_int
[src]
impl Debug for vector_signed_int
[src]This is supported on PowerPC or PowerPC-64 only.
impl Neg for vector_signed_int
[src]
impl Neg for vector_signed_int
[src]This is supported on PowerPC or PowerPC-64 only.
type Output = vector_signed_int
The resulting type after applying the -
operator.
fn neg(self) -> Self::Output
[src]
impl Copy for vector_signed_int
[src]
This is supported on PowerPC or PowerPC-64 only.