Struct core::arch::arm::poly64x2x4_t [−][src]
pub struct poly64x2x4_t(pub poly64x2_t, pub poly64x2_t, pub poly64x2_t, pub poly64x2_t);This is supported on (non-crate feature
miri-test-libstd or test or doctest) and ARM only.Expand description
ARM-specific type containing four poly64x2_t vectors.
Tuple Fields
0: poly64x2_t1: poly64x2_t2: poly64x2_t3: poly64x2_t