#[repr(C)]pub struct float32x2x2_t(pub float32x2_t, pub float32x2_t);Available on (AArch64 or
target_arch=arm64ec) and (AArch64 or target_arch=arm64ec or target feature v7) only.Expand description
Arm-specific type containing two float32x2_t vectors.
Tuple Fields§
§0: float32x2_t§1: float32x2_tTrait Implementations§
1.59.0 · Source§impl Clone for float32x2x2_t
Available on ARM or AArch64 or target_arch=arm64ec only.
impl Clone for float32x2x2_t
Available on ARM or AArch64 or
target_arch=arm64ec only.Source§fn clone(&self) -> float32x2x2_t
fn clone(&self) -> float32x2x2_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)where
Self:,
fn clone_from(&mut self, source: &Self)where
Self:,
Performs copy-assignment from
source. Read more1.59.0 · Source§impl Debug for float32x2x2_t
Available on ARM or AArch64 or target_arch=arm64ec only.
impl Debug for float32x2x2_t
Available on ARM or AArch64 or
target_arch=arm64ec only.impl Copy for float32x2x2_t
Available on ARM or AArch64 or
target_arch=arm64ec only.