Struct simdty::u32x2 [] [src]

#[repr(C)] #[repr(simd)]
pub struct u32x2(pub u32, pub u32);

2 values of type u32 in a single SIMD vector.

Trait Implementations

impl Copy for u32x2
[src]

impl Clone for u32x2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for u32x2
[src]

Formats the value using the given formatter.