Struct core::arch::arm::int32x4_t [−][src]
#[repr(simd)]pub struct int32x4_t(_, _, _, _);
This is supported on ARM only.
ARM-specific 128-bit wide vector of four packed i32
.
Trait Implementations
impl Clone for int32x4_t
[src]
impl Clone for int32x4_t
[src]This is supported on ARM or AArch64 only.
fn clone(&self) -> int32x4_t
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for int32x4_t
[src]
This is supported on ARM or AArch64 only.