Struct core::arch::arm::poly8x16_t
source · #[repr(simd)]pub struct poly8x16_t(_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _);
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on ARM only.
Expand description
ARM-specific 128-bit wide vector of sixteen packed p8
.
Trait Implementations§
source§impl Clone for poly8x16_t
impl Clone for poly8x16_t
source§fn clone(&self) -> poly8x16_t
fn clone(&self) -> poly8x16_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for poly8x16_t
impl Debug for poly8x16_t
source§impl From<Simd<u8, 16>> for poly8x16_t
impl From<Simd<u8, 16>> for poly8x16_t
source§fn from(value: u8x16) -> poly8x16_t
fn from(value: u8x16) -> poly8x16_t
Converts to this type from the input type.
source§impl From<poly8x16_t> for u8x16
impl From<poly8x16_t> for u8x16
source§fn from(value: poly8x16_t) -> u8x16
fn from(value: poly8x16_t) -> u8x16
Converts to this type from the input type.