pub struct int8x16_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 128-bit wide vector of sixteen packed i8
.
Trait Implementationsยง
1.59.0 ยท Sourceยงimpl Clone for int8x16_t
Available on (ARM or AArch64 or target_arch=arm64ec
) and non-crate feature ferrocene_certified
only.
impl Clone for int8x16_t
Available on (ARM or AArch64 or
target_arch=arm64ec
) and non-crate feature ferrocene_certified
only.1.59.0 ยท Sourceยงimpl Debug for int8x16_t
Available on (ARM or AArch64 or target_arch=arm64ec
) and non-crate feature ferrocene_certified
only.
impl Debug for int8x16_t
Available on (ARM or AArch64 or
target_arch=arm64ec
) and non-crate feature ferrocene_certified
only.impl Copy for int8x16_t
Available on (ARM or AArch64 or
target_arch=arm64ec
) and non-crate feature ferrocene_certified
only.Auto Trait Implementationsยง
impl Freeze for int8x16_t
impl RefUnwindSafe for int8x16_t
impl Send for int8x16_t
impl Sync for int8x16_t
impl Unpin for int8x16_t
impl UnwindSafe for int8x16_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