Struct ssimd::u8x16 [] [src]

#[repr(packed)]
pub struct u8x16(_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _);

8x16-bit integer vectors

Trait Implementations

impl Debug for u8x16
[src]

[src]

Formats the value using the given formatter.

impl Clone for u8x16
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for u8x16
[src]