pub struct svfloat64_t(/* private fields */);๐ฌThis is a nightly-only experimental API. (
stdarch_aarch64_sve #145052)Available on (AArch64 or ARM64EC) and (AArch64) only.
Expand description
Scalable vector of type f64
Trait Implementationsยง
Sourceยงimpl Clone for svfloat64_t
impl Clone for svfloat64_t
Sourceยงfn clone(&self) -> svfloat64_t
fn clone(&self) -> svfloat64_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 moreSourceยงimpl Debug for svfloat64_t
impl Debug for svfloat64_t
impl Copy for svfloat64_t
Auto Trait Implementationsยง
impl Freeze for svfloat64_t
impl RefUnwindSafe for svfloat64_t
impl Send for svfloat64_t
impl Sync for svfloat64_t
impl Unpin for svfloat64_t
impl UnsafeUnpin for svfloat64_t
impl UnwindSafe for svfloat64_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