pub struct int32x2_t(/* private fields */);Available on (AArch64 or
target_arch=arm64ec) and (AArch64 or target_arch=arm64ec or target feature v7) only.Expand description
Arm-specific 64-bit wide vector of two packed i32.
Trait Implementations§
impl Copy for int32x2_t
Available on ARM or AArch64 or
target_arch=arm64ec only.