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