Struct simdty::u8x8 [] [src]

#[repr(C)] #[repr(simd)]
pub struct u8x8(pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8);

8 values of type u8 in a single SIMD vector.

Trait Implementations

impl Copy for u8x8
[src]

impl Clone for u8x8
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for u8x8
[src]

Formats the value using the given formatter.