pub struct int64x1_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 one packed i64.
Trait Implementations§
impl Copy for int64x1_t
Available on ARM or AArch64 or
target_arch=arm64ec only.