Struct core::arch::mips::i8x16[][src]

#[repr(simd)]
pub struct i8x16(_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _);
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on MIPS only.

MIPS-specific 128-bit wide vector of 16 packed i8.

Trait Implementations

impl Copy for i8x16
[src]

impl Clone for i8x16
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for i8x16
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for i8x16

impl Sync for i8x16