pub struct int64x1_t(/* private fields */);Available on (AArch64 or ARM64EC) and (AArch64 or ARM64EC or target feature
v7) only.Expand description
Arm-specific 64-bit wide vector of one packed i64.
Trait Implementations§
1.59.0 · Source§impl Clone for int64x1_t
Available on ARM or AArch64 or ARM64EC only.
impl Clone for int64x1_t
Available on ARM or AArch64 or ARM64EC only.
Source§fn clone(&self) -> int64x1_t
fn clone(&self) -> int64x1_t
This item is validated for IEC 61508 (SIL 2) and ISO 26262 (ASIL B).
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:,
This item is validated for IEC 61508 (SIL 2) and ISO 26262 (ASIL B).
Performs copy-assignment from
source. Read moreimpl Copy for int64x1_t
Available on ARM or AArch64 or ARM64EC only.
Auto Trait Implementations§
impl Freeze for int64x1_t
impl RefUnwindSafe for int64x1_t
impl Send for int64x1_t
impl Sync for int64x1_t
impl Unpin for int64x1_t
impl UnsafeUnpin for int64x1_t
impl UnwindSafe for int64x1_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
This item is validated for IEC 61508 (SIL 2) and ISO 26262 (ASIL B).
Mutably borrows from an owned value. Read more