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