#[repr(simd)]pub struct uint8x8_t(_, _, _, _, _, _, _, _);Available on ARM only.
Expand description
ARM-specific 64-bit wide vector of eight packed u8.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for uint8x8_t
impl Send for uint8x8_t
impl Sync for uint8x8_t
impl Unpin for uint8x8_t
impl UnwindSafe for uint8x8_t
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
source
impl<T> BorrowMut<T> for T where
T: ?Sized,
sourcefn borrow_mut(&mut self) -> &mut T
const: unstable · source
fn borrow_mut(&mut self) -> &mut T
const: unstable · sourceMutably borrows from an owned value. Read more