Struct core::arch::powerpc64::vector_signed_int[][src]

#[repr(simd)]
pub struct vector_signed_int(_, _, _, _);
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on PowerPC-64 only.

PowerPC-specific 128-bit wide vector of four packed i32

Trait Implementations

impl Copy for vector_signed_int
[src]

impl Clone for vector_signed_int
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for vector_signed_int
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for vector_signed_int

impl Sync for vector_signed_int