pub struct int64x2_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 128-bit wide vector of two packed i64.
Trait Implementations§
impl Copy for int64x2_t
Available on ARM or AArch64 or
target_arch=arm64ec only.