#[repr(simd)]pub struct int8x8_t(pub(crate) i8, pub(crate) i8, pub(crate) i8, pub(crate) i8, pub(crate) i8, pub(crate) i8, pub(crate) i8, pub(crate) i8);Available on ARM only.
Expand description
ARM-specific 64-bit wide vector of eight packed i8.
Tuple Fields§
§0: i8§1: i8§2: i8§3: i8§4: i8§5: i8§6: i8§7: i8Trait Implementations§
Auto Trait Implementations§
impl Freeze for int8x8_t
impl RefUnwindSafe for int8x8_t
impl Send for int8x8_t
impl Sync for int8x8_t
impl Unpin for int8x8_t
impl UnwindSafe for int8x8_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