Struct core::arch::loongarch64::v16i8
source · #[repr(simd)]pub struct v16i8(/* 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 16 packed i8
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for v16i8
impl RefUnwindSafe for v16i8
impl Send for v16i8
impl Sync for v16i8
impl Unpin for v16i8
impl UnwindSafe for v16i8
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