pub struct poly8x8_t(/* private fields */);
๐ฌThis is a nightly-only experimental API. (
stdarch_arm_neon_intrinsics
#111800)Available on ARM and (AArch64 or
target_arch=arm64ec
or target feature v7
) only.Expand description
Arm-specific 64-bit wide polynomial vector of eight packed p8
.
Trait Implementationsยง
1.59.0 ยท Sourceยงimpl Clone for poly8x8_t
Available on (ARM or AArch64 or target_arch=arm64ec
) and non-crate feature ferrocene_certified
only.
impl Clone for poly8x8_t
Available on (ARM or AArch64 or
target_arch=arm64ec
) and non-crate feature ferrocene_certified
only.1.59.0 ยท Sourceยงimpl Debug for poly8x8_t
Available on (ARM or AArch64 or target_arch=arm64ec
) and non-crate feature ferrocene_certified
only.
impl Debug for poly8x8_t
Available on (ARM or AArch64 or
target_arch=arm64ec
) and non-crate feature ferrocene_certified
only.impl Copy for poly8x8_t
Available on (ARM or AArch64 or
target_arch=arm64ec
) and non-crate feature ferrocene_certified
only.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
Available on non-crate feature
ferrocene_certified
only.Mutably borrows from an owned value. Read more