Struct framehop::aarch64::ArchAarch64
source · pub struct ArchAarch64;
Expand description
The Aarch64 CPU architecture.
Auto Trait Implementations§
impl RefUnwindSafe for ArchAarch64
impl Send for ArchAarch64
impl Sync for ArchAarch64
impl Unpin for ArchAarch64
impl UnwindSafe for ArchAarch64
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