Struct simdty::i16x8 [] [src]

#[repr(C)] #[repr(simd)]
pub struct i16x8(pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16, pub i16);

8 values of type i16 in a single SIMD vector.

Trait Implementations

impl Copy for i16x8
[src]

impl Clone for i16x8
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for i16x8
[src]

Formats the value using the given formatter.