Struct simdty::i64x16 [] [src]

#[repr(C)] #[repr(simd)]
pub struct i64x16(pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64, pub i64);

16 values of type i64 in a single SIMD vector.

Trait Implementations

impl Copy for i64x16
[src]

impl Clone for i64x16
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for i64x16
[src]

Formats the value using the given formatter.