Struct core::arch::loongarch64::v8i16
source · #[repr(simd)]pub struct v8i16(/* private fields */);
🔬This is a nightly-only experimental API. (
stdarch_loongarch
#117427)Available on LoongArch LA64 only.
Expand description
LOONGARCH-specific 128-bit wide vector of 8 packed i16
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for v8i16
impl RefUnwindSafe for v8i16
impl Send for v8i16
impl Sync for v8i16
impl Unpin for v8i16
impl UnwindSafe for v8i16
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