Struct core::arch::arm::float32x4x3_t [−][src]
pub struct float32x4x3_t(pub float32x4_t, pub float32x4_t, pub float32x4_t);This is supported on (non-crate feature
miri-test-libstd or test or doctest) and ARM only.Expand description
ARM-specific type containing three float32x4_t vectors.
Tuple Fields
0: float32x4_t1: float32x4_t2: float32x4_t