pub struct ArchAarch64;
Expand description
The Aarch64 CPU architecture.
Auto Trait Implementations§
impl Freeze for ArchAarch64
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