pub struct svint8_t(/* private fields */);🔬This is a nightly-only experimental API. (
stdarch_aarch64_sve #145052)Available on AArch64 or ARM64EC only.
Expand description
Scalable vector of type i8
Trait Implementations§
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
Mutably borrows from an owned value. Read more