Struct simdty::u8x8 [] [src]

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 Debug for u8x8
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for u8x8
[src]

fn clone(&self) -> u8x8

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for u8x8
[src]