pub struct uint64x1_t(/* private fields */);๐ฌThis is a nightly-only experimental API. (
stdarch_arm_neon_intrinsics #111800)Available on ARM and (AArch64 or 
target_arch=arm64ec or target feature v7) only.Expand description
Arm-specific 64-bit wide vector of one packed u64.
Trait Implementationsยง
1.59.0 ยท Sourceยงimpl Clone for uint64x1_t
Available on ARM or AArch64 or target_arch=arm64ec only. 
impl Clone for uint64x1_t
Available on ARM or AArch64 or 
target_arch=arm64ec only.Sourceยงfn clone(&self) -> uint64x1_t
 
fn clone(&self) -> uint64x1_t
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)where
    Self:,
 
fn clone_from(&mut self, source: &Self)where
    Self:,
Performs copy-assignment from 
source. Read more1.59.0 ยท Sourceยงimpl Debug for uint64x1_t
Available on ARM or AArch64 or target_arch=arm64ec only. 
impl Debug for uint64x1_t
Available on ARM or AArch64 or 
target_arch=arm64ec only.impl Copy for uint64x1_t
Available on ARM or AArch64 or 
target_arch=arm64ec only.Auto Trait Implementationsยง
impl Freeze for uint64x1_t
impl RefUnwindSafe for uint64x1_t
impl Send for uint64x1_t
impl Sync for uint64x1_t
impl Unpin for uint64x1_t
impl UnwindSafe for uint64x1_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