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