pub struct poly8x16_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 sixteen packed p8.
Trait Implementations§
1.59.0 · Source§impl Clone for poly8x16_t
Available on ARM or AArch64 or target_arch=arm64ec only.
impl Clone for poly8x16_t
Available on ARM or AArch64 or
target_arch=arm64ec only.Source§fn clone(&self) -> poly8x16_t
fn clone(&self) -> poly8x16_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 moreimpl Copy for poly8x16_t
Available on ARM or AArch64 or
target_arch=arm64ec only.