pub struct ArchX86_64;
Expand description
The x86_64 CPU architecture.
Auto Trait Implementations§
impl Freeze for ArchX86_64
impl RefUnwindSafe for ArchX86_64
impl Send for ArchX86_64
impl Sync for ArchX86_64
impl Unpin for ArchX86_64
impl UnwindSafe for ArchX86_64
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