#[repr(simd)]pub struct poly8x8_t(_, _, _, _, _, _, _, _);
Available on ARM only.
Expand description
ARM-specific 64-bit wide polynomial vector of eight packed p8
.
Trait Implementations
Auto Trait Implementations
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
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