pub enum RegX86 {
Show 18 variants
EBX,
ECX,
EDX,
ESI,
EDI,
EBP,
EAX,
DS,
ES,
FS,
GS,
ORIG_EAX,
EIP,
CS,
EFLAGS,
ESP,
SS,
UNKNOWN(u32),
}Expand description
Register for the x86 architecture
Variants§
Trait Implementations§
impl Copy for RegX86
impl Eq for RegX86
impl StructuralEq for RegX86
impl StructuralPartialEq for RegX86
Auto Trait Implementations§
impl RefUnwindSafe for RegX86
impl Send for RegX86
impl Sync for RegX86
impl Unpin for RegX86
impl UnwindSafe for RegX86
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