pub enum RegX86_64 {
Show 26 variants
R15,
R14,
R13,
R12,
RBP,
RBX,
R11,
R10,
R9,
R8,
RAX,
RCX,
RDX,
RSI,
RDI,
ORIG_RAX,
RIP,
CS,
EFLAGS,
RSP,
SS,
FS_BASE,
GS_BASE,
DS,
ES,
UNKNOWN(u32),
}Expand description
Register for the x86-64 architecture
Variants§
R15
R14
R13
R12
RBP
RBX
R11
R10
R9
R8
RAX
RCX
RDX
RSI
RDI
ORIG_RAX
RIP
CS
EFLAGS
RSP
SS
FS_BASE
GS_BASE
DS
ES
UNKNOWN(u32)
Trait Implementations§
impl Copy for RegX86_64
impl Eq for RegX86_64
impl StructuralEq for RegX86_64
impl StructuralPartialEq for RegX86_64
Auto Trait Implementations§
impl RefUnwindSafe for RegX86_64
impl Send for RegX86_64
impl Sync for RegX86_64
impl Unpin for RegX86_64
impl UnwindSafe for RegX86_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