pub struct AArch64 {}Expand description
The little-endian AArch64 architecture.
Implementations§
Trait Implementations§
Source§impl Architecture for AArch64
impl Architecture for AArch64
Source§fn translator(&self) -> Box<dyn Translator>
fn translator(&self) -> Box<dyn Translator>
Get this architecture’s translator.
Source§fn calling_convention(&self) -> CallingConvention
fn calling_convention(&self) -> CallingConvention
Get the default calling convention for this architecture.
Source§fn stack_pointer(&self) -> Scalar
fn stack_pointer(&self) -> Scalar
Get the scalar used to represent the stack pointer by this
architecture’s translator.
Source§fn box_clone(&self) -> Box<dyn Architecture>
fn box_clone(&self) -> Box<dyn Architecture>
Clone into a boxed
Architectureimpl Eq for AArch64
impl StructuralPartialEq for AArch64
Auto Trait Implementations§
impl Freeze for AArch64
impl RefUnwindSafe for AArch64
impl Send for AArch64
impl Sync for AArch64
impl Unpin for AArch64
impl UnwindSafe for AArch64
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