#[repr(C)]pub struct uint8x16x3_t(pub uint8x16_t, pub uint8x16_t, pub uint8x16_t);
🔬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 type containing three uint8x16_t
vectors.
Tuple Fields§
§0: uint8x16_t
🔬This is a nightly-only experimental API. (
§stdarch_arm_neon_intrinsics
#111800)1: uint8x16_t
🔬This is a nightly-only experimental API. (
§stdarch_arm_neon_intrinsics
#111800)2: uint8x16_t
🔬This is a nightly-only experimental API. (
stdarch_arm_neon_intrinsics
#111800)Trait Implementations§
1.59.0 · Source§impl Clone for uint8x16x3_t
Available on (ARM or AArch64 or target_arch=arm64ec
) and non-crate feature ferrocene_certified
only.
impl Clone for uint8x16x3_t
Available on (ARM or AArch64 or
target_arch=arm64ec
) and non-crate feature ferrocene_certified
only.Source§fn clone(&self) -> uint8x16x3_t
fn clone(&self) -> uint8x16x3_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)where
Self:,
fn clone_from(&mut self, source: &Self)where
Self:,
Performs copy-assignment from
source
. Read more1.59.0 · Source§impl Debug for uint8x16x3_t
Available on (ARM or AArch64 or target_arch=arm64ec
) and non-crate feature ferrocene_certified
only.
impl Debug for uint8x16x3_t
Available on (ARM or AArch64 or
target_arch=arm64ec
) and non-crate feature ferrocene_certified
only.impl Copy for uint8x16x3_t
Available on (ARM or AArch64 or
target_arch=arm64ec
) and non-crate feature ferrocene_certified
only.Auto Trait Implementations§
impl Freeze for uint8x16x3_t
impl RefUnwindSafe for uint8x16x3_t
impl Send for uint8x16x3_t
impl Sync for uint8x16x3_t
impl Unpin for uint8x16x3_t
impl UnwindSafe for uint8x16x3_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