pub struct RegisterA64 { /* private fields */ }Implementations§
Source§impl RegisterA64
impl RegisterA64
pub const fn register_a_64_operator_eq(&self, rhs: RegisterA64) -> bool
Source§impl RegisterA64
impl RegisterA64
pub const fn register_a_64_operator_ne(&self, rhs: RegisterA64) -> bool
Source§impl RegisterA64
impl RegisterA64
pub const noreg: RegisterA64
pub const w0: RegisterA64
pub const w1: RegisterA64
pub const w2: RegisterA64
pub const w3: RegisterA64
pub const w4: RegisterA64
pub const w5: RegisterA64
pub const w6: RegisterA64
pub const w7: RegisterA64
pub const w8: RegisterA64
pub const w9: RegisterA64
pub const w10: RegisterA64
pub const w11: RegisterA64
pub const w12: RegisterA64
pub const w13: RegisterA64
pub const w14: RegisterA64
pub const w15: RegisterA64
pub const w16: RegisterA64
pub const w17: RegisterA64
pub const w18: RegisterA64
pub const w19: RegisterA64
pub const w20: RegisterA64
pub const w21: RegisterA64
pub const w22: RegisterA64
pub const w23: RegisterA64
pub const w24: RegisterA64
pub const w25: RegisterA64
pub const w26: RegisterA64
pub const w27: RegisterA64
pub const w28: RegisterA64
pub const w29: RegisterA64
pub const w30: RegisterA64
pub const wzr: RegisterA64
pub const x0: RegisterA64
pub const x1: RegisterA64
pub const x2: RegisterA64
pub const x3: RegisterA64
pub const x4: RegisterA64
pub const x5: RegisterA64
pub const x6: RegisterA64
pub const x7: RegisterA64
pub const x8: RegisterA64
pub const x9: RegisterA64
pub const x10: RegisterA64
pub const x11: RegisterA64
pub const x12: RegisterA64
pub const x13: RegisterA64
pub const x14: RegisterA64
pub const x15: RegisterA64
pub const x16: RegisterA64
pub const x17: RegisterA64
pub const x18: RegisterA64
pub const x19: RegisterA64
pub const x20: RegisterA64
pub const x21: RegisterA64
pub const x22: RegisterA64
pub const x23: RegisterA64
pub const x24: RegisterA64
pub const x25: RegisterA64
pub const x26: RegisterA64
pub const x27: RegisterA64
pub const x28: RegisterA64
pub const x29: RegisterA64
pub const x30: RegisterA64
pub const xzr: RegisterA64
pub const sp: RegisterA64
pub const s0: RegisterA64
pub const s1: RegisterA64
pub const s2: RegisterA64
pub const s3: RegisterA64
pub const s4: RegisterA64
pub const s5: RegisterA64
pub const s6: RegisterA64
pub const s7: RegisterA64
pub const s8: RegisterA64
pub const s9: RegisterA64
pub const s10: RegisterA64
pub const s11: RegisterA64
pub const s12: RegisterA64
pub const s13: RegisterA64
pub const s14: RegisterA64
pub const s15: RegisterA64
pub const s16: RegisterA64
pub const s17: RegisterA64
pub const s18: RegisterA64
pub const s19: RegisterA64
pub const s20: RegisterA64
pub const s21: RegisterA64
pub const s22: RegisterA64
pub const s23: RegisterA64
pub const s24: RegisterA64
pub const s25: RegisterA64
pub const s26: RegisterA64
pub const s27: RegisterA64
pub const s28: RegisterA64
pub const s29: RegisterA64
pub const s30: RegisterA64
pub const s31: RegisterA64
pub const d0: RegisterA64
pub const d1: RegisterA64
pub const d2: RegisterA64
pub const d3: RegisterA64
pub const d4: RegisterA64
pub const d5: RegisterA64
pub const d6: RegisterA64
pub const d7: RegisterA64
pub const d8: RegisterA64
pub const d9: RegisterA64
pub const d10: RegisterA64
pub const d11: RegisterA64
pub const d12: RegisterA64
pub const d13: RegisterA64
pub const d14: RegisterA64
pub const d15: RegisterA64
pub const d16: RegisterA64
pub const d17: RegisterA64
pub const d18: RegisterA64
pub const d19: RegisterA64
pub const d20: RegisterA64
pub const d21: RegisterA64
pub const d22: RegisterA64
pub const d23: RegisterA64
pub const d24: RegisterA64
pub const d25: RegisterA64
pub const d26: RegisterA64
pub const d27: RegisterA64
pub const d28: RegisterA64
pub const d29: RegisterA64
pub const d30: RegisterA64
pub const d31: RegisterA64
pub const q0: RegisterA64
pub const q1: RegisterA64
pub const q2: RegisterA64
pub const q3: RegisterA64
pub const q4: RegisterA64
pub const q5: RegisterA64
pub const q6: RegisterA64
pub const q7: RegisterA64
pub const q8: RegisterA64
pub const q9: RegisterA64
pub const q10: RegisterA64
pub const q11: RegisterA64
pub const q12: RegisterA64
pub const q13: RegisterA64
pub const q14: RegisterA64
pub const q15: RegisterA64
pub const q16: RegisterA64
pub const q17: RegisterA64
pub const q18: RegisterA64
pub const q19: RegisterA64
pub const q20: RegisterA64
pub const q21: RegisterA64
pub const q22: RegisterA64
pub const q23: RegisterA64
pub const q24: RegisterA64
pub const q25: RegisterA64
pub const q26: RegisterA64
pub const q27: RegisterA64
pub const q28: RegisterA64
pub const q29: RegisterA64
pub const q30: RegisterA64
pub const q31: RegisterA64
pub fn kind(&self) -> KindA64
pub fn index(&self) -> u8
Trait Implementations§
Source§impl Clone for RegisterA64
impl Clone for RegisterA64
Source§fn clone(&self) -> RegisterA64
fn clone(&self) -> RegisterA64
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RegisterA64
Source§impl Debug for RegisterA64
impl Debug for RegisterA64
Source§impl Default for RegisterA64
impl Default for RegisterA64
impl Eq for RegisterA64
Source§impl Hash for RegisterA64
impl Hash for RegisterA64
Source§impl MemOffset for RegisterA64
impl MemOffset for RegisterA64
fn into_mem(self, base: RegisterA64) -> AddressA64
Source§impl PartialEq for RegisterA64
impl PartialEq for RegisterA64
Source§fn eq(&self, other: &RegisterA64) -> bool
fn eq(&self, other: &RegisterA64) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialEq<RegisterA64> for &RegisterA64
impl PartialEq<RegisterA64> for &RegisterA64
Source§fn eq(&self, other: &RegisterA64) -> bool
fn eq(&self, other: &RegisterA64) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RegisterA64
Auto Trait Implementations§
impl Freeze for RegisterA64
impl RefUnwindSafe for RegisterA64
impl Send for RegisterA64
impl Sync for RegisterA64
impl Unpin for RegisterA64
impl UnsafeUnpin for RegisterA64
impl UnwindSafe for RegisterA64
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