#[repr(simd)]pub struct poly8x8_t(pub(crate) u8, pub(crate) u8, pub(crate) u8, pub(crate) u8, pub(crate) u8, pub(crate) u8, pub(crate) u8, pub(crate) u8);
Available on ARM only.
Expand description
ARM-specific 64-bit wide polynomial vector of eight packed p8
.
Tuple Fields§
§0: u8
§1: u8
§2: u8
§3: u8
§4: u8
§5: u8
§6: u8
§7: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for poly8x8_t
impl RefUnwindSafe for poly8x8_t
impl Send for poly8x8_t
impl Sync for poly8x8_t
impl Unpin for poly8x8_t
impl UnwindSafe for poly8x8_t
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more