#[repr(simd)]pub struct int16x8_t(pub(crate) i16, pub(crate) i16, pub(crate) i16, pub(crate) i16, pub(crate) i16, pub(crate) i16, pub(crate) i16, pub(crate) i16);
Available on AArch64 only.
Expand description
ARM-specific 128-bit wide vector of eight packed i16
.
Tuple Fields§
§0: i16
§1: i16
§2: i16
§3: i16
§4: i16
§5: i16
§6: i16
§7: i16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for int16x8_t
impl RefUnwindSafe for int16x8_t
impl Send for int16x8_t
impl Sync for int16x8_t
impl Unpin for int16x8_t
impl UnwindSafe for int16x8_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