#[repr(simd)]pub struct poly8x16_t(_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _);
This is supported on ARM only.
Expand description
ARM-specific 128-bit wide vector of sixteen packed p8
.
Trait Implementations
sourceimpl Clone for poly8x16_t
impl Clone for poly8x16_t
sourcefn clone(&self) -> poly8x16_t
fn clone(&self) -> poly8x16_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for poly8x16_t
impl Debug for poly8x16_t
sourceimpl From<Simd<u8, 16_usize>> for poly8x16_t
impl From<Simd<u8, 16_usize>> for poly8x16_t
sourcefn from(value: u8x16) -> poly8x16_t
fn from(value: u8x16) -> poly8x16_t
Performs the conversion.
sourceimpl From<poly8x16_t> for u8x16
impl From<poly8x16_t> for u8x16
sourcefn from(value: poly8x16_t) -> u8x16
fn from(value: poly8x16_t) -> u8x16
Performs the conversion.
impl Copy for poly8x16_t
Auto Trait Implementations
impl RefUnwindSafe for poly8x16_t
impl Send for poly8x16_t
impl Sync for poly8x16_t
impl Unpin for poly8x16_t
impl UnwindSafe for poly8x16_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more