pub struct float32x2_t(/* private fields */);Available on (AArch64 or ARM or ARM64EC) and (AArch64 or ARM64EC) and (AArch64 or ARM64EC or target feature
v7) only.Expand description
Arm-specific 64-bit wide vector of two packed f32.
Trait Implementations§
1.59.0 · Source§impl Clone for float32x2_t
impl Clone for float32x2_t
impl Copy for float32x2_t
Auto Trait Implementations§
impl Freeze for float32x2_t
impl RefUnwindSafe for float32x2_t
impl Send for float32x2_t
impl Sync for float32x2_t
impl Unpin for float32x2_t
impl UnsafeUnpin for float32x2_t
impl UnwindSafe for float32x2_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more