#[repr(simd)]pub struct int16x2_t(i16, i16);
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on ARM only.
Expand description
ARM-specific 32-bit wide vector of two packed i16
.
Tuple Fields§
§0: i16
🔬This is a nightly-only experimental API. (
§stdsimd
#48556)1: i16
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Trait Implementations§
Auto Trait Implementations§
impl Freeze for int16x2_t
impl RefUnwindSafe for int16x2_t
impl Send for int16x2_t
impl Sync for int16x2_t
impl Unpin for int16x2_t
impl UnwindSafe for int16x2_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