#[repr(simd)]pub struct int16x4_t(_, _, _, _);Available on AArch64 only.
Expand description
ARM-specific 64-bit wide vector of four packed i16.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for int16x4_t
impl Send for int16x4_t
impl Sync for int16x4_t
impl Unpin for int16x4_t
impl UnwindSafe for int16x4_t
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
source
impl<T> BorrowMut<T> for T where
T: ?Sized,
sourcefn borrow_mut(&mut self) -> &mut T
const: unstable · source
fn borrow_mut(&mut self) -> &mut T
const: unstable · sourceMutably borrows from an owned value. Read more