Struct float64x2x2_t
1.59.0 · Source #[repr(C)]
pub struct float64x2x2_t(pub float64x2_t, pub float64x2_t);
Available on AArch64 or target_arch=arm64ec only.
Expand description
ARM-specific type containing two float64x2_t vectors.
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.