pub struct svint8_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 i8
Trait Implementationsยง
Sourceยงimpl Clone for svint8_t
impl Clone for svint8_t
Sourceยงfn clone(&self) -> svint8_t
fn clone(&self) -> svint8_t
This item is validated for IEC 61508 (SIL 2) and ISO 26262 (ASIL B).
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:,
This item is validated for IEC 61508 (SIL 2) and ISO 26262 (ASIL B).
Performs copy-assignment from
source. Read moreimpl Copy for svint8_t
Auto Trait Implementationsยง
impl Freeze for svint8_t
impl RefUnwindSafe for svint8_t
impl Send for svint8_t
impl Sync for svint8_t
impl Unpin for svint8_t
impl UnsafeUnpin for svint8_t
impl UnwindSafe for svint8_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
This item is validated for IEC 61508 (SIL 2) and ISO 26262 (ASIL B).
Mutably borrows from an owned value. Read more