pub struct svuint8_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 u8
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for svuint8_t
impl RefUnwindSafe for svuint8_t
impl Send for svuint8_t
impl Sync for svuint8_t
impl Unpin for svuint8_t
impl UnsafeUnpin for svuint8_t
impl UnwindSafe for svuint8_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