#[repr(simd)]pub struct v16u8(/* private fields */);
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on MIPS-64 and (MIPS or MIPS-64) only.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for v16u8
impl Send for v16u8
impl Sync for v16u8
impl Unpin for v16u8
impl UnwindSafe for v16u8
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