#[repr(C)]pub struct int32x4x2_t(pub int32x4_t, pub int32x4_t);Available on (AArch64 or
target_arch=arm64ec) and (AArch64 or target_arch=arm64ec or target feature v7) only.Expand description
Arm-specific type containing two int32x4_t vectors.
Tuple Fields§
§0: int32x4_t§1: int32x4_tTrait Implementations§
1.59.0 · Source§impl Clone for int32x4x2_t
Available on ARM or AArch64 or target_arch=arm64ec only.
impl Clone for int32x4x2_t
Available on ARM or AArch64 or
target_arch=arm64ec only.Source§fn clone(&self) -> int32x4x2_t
fn clone(&self) -> int32x4x2_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)where
Self:,
fn clone_from(&mut self, source: &Self)where
Self:,
Performs copy-assignment from
source. Read more1.59.0 · Source§impl Debug for int32x4x2_t
Available on ARM or AArch64 or target_arch=arm64ec only.
impl Debug for int32x4x2_t
Available on ARM or AArch64 or
target_arch=arm64ec only.impl Copy for int32x4x2_t
Available on ARM or AArch64 or
target_arch=arm64ec only.