Struct simdty::u64x4 [] [src]

#[repr(C)] #[repr(simd)]
pub struct u64x4(pub u64, pub u64, pub u64, pub u64);

4 values of type u64 in a single SIMD vector.

Trait Implementations

impl Copy for u64x4
[src]

impl Clone for u64x4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for u64x4
[src]

Formats the value using the given formatter.