Struct simdty::i8x4 [] [src]

#[repr(C)] #[repr(simd)]
pub struct i8x4(pub i8, pub i8, pub i8, pub i8);

4 values of type i8 in a single SIMD vector.

Trait Implementations

impl Copy for i8x4
[src]

impl Clone for i8x4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for i8x4
[src]

Formats the value using the given formatter.