pub struct int8x8_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 eight packed i8.
Trait Implementations§
impl Copy for int8x8_t
Available on ARM or AArch64 or
target_arch=arm64ec only.