pub struct svfloat32_t(/* private fields */);🔬This is a nightly-only experimental API. (
stdarch_aarch64_sve #145052)Available on AArch64 or ARM64EC only.
Expand description
Scalable vector of type f32
Trait Implementations§
Source§impl Clone for svfloat32_t
impl Clone for svfloat32_t
Source§fn clone(&self) -> svfloat32_t
fn clone(&self) -> svfloat32_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 moreimpl Copy for svfloat32_t
Auto Trait Implementations§
impl Freeze for svfloat32_t
impl RefUnwindSafe for svfloat32_t
impl Send for svfloat32_t
impl Sync for svfloat32_t
impl Unpin for svfloat32_t
impl UnsafeUnpin for svfloat32_t
impl UnwindSafe for svfloat32_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