#[repr(simd)]pub struct int64x1_t(_);
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on AArch64 only.
Expand description
ARM-specific 64-bit wide vector of one packed i64
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for int64x1_t
impl Send for int64x1_t
impl Sync for int64x1_t
impl Unpin for int64x1_t
impl UnwindSafe for int64x1_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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