Struct core::arch::arm::poly64x1x4_t [−][src]
pub struct poly64x1x4_t(pub poly64x1_t, pub poly64x1_t, pub poly64x1_t, pub poly64x1_t);
This is supported on ARM only.
Expand description
ARM-specific type containing four poly64x1_t
vectors.
Tuple Fields
0: poly64x1_t
1: poly64x1_t
2: poly64x1_t
3: poly64x1_t