Struct framehop::x86_64::ArchX86_64
source · pub struct ArchX86_64;
Expand description
The x86_64 CPU architecture.
Auto Trait Implementations§
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