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