Struct simdty::u16x16 [] [src]

#[repr(C)] #[repr(simd)]
pub struct u16x16(pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16);

16 values of type u16 in a single SIMD vector.

Trait Implementations

impl Copy for u16x16
[src]

impl Clone for u16x16
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for u16x16
[src]

Formats the value using the given formatter.