#[repr(simd)]pub struct uint8x4_t(/* private fields */);
๐ฌThis is a nightly-only experimental API. (
stdarch_arm_dsp
#117237)Available on ARM only.
Expand description
ARM-specific 32-bit wide vector of four packed u8
.
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for uint8x4_t
impl RefUnwindSafe for uint8x4_t
impl Send for uint8x4_t
impl Sync for uint8x4_t
impl Unpin for uint8x4_t
impl UnwindSafe for uint8x4_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