pub struct Register(pub u8);Expand description
AArch64 register representation (32 general-purpose registers)
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl Register for Register
impl Register for Register
Source§fn is_caller_saved(&self) -> bool
fn is_caller_saved(&self) -> bool
Check if this register is caller-saved. Read more
Source§fn is_callee_saved(&self) -> bool
fn is_callee_saved(&self) -> bool
Check if this register is callee-saved. Read more
Source§fn is_special(&self) -> bool
fn is_special(&self) -> bool
Check if this register is special-purpose. Read more
impl Copy for Register
impl Eq for Register
impl StructuralPartialEq for Register
Auto Trait Implementations§
impl Freeze for Register
impl RefUnwindSafe for Register
impl Send for Register
impl Sync for Register
impl Unpin for Register
impl UnwindSafe for Register
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