#[repr(u8)]pub enum Reg32 {
Show 16 variants
eax = 0,
ecx = 1,
edx = 2,
ebx = 3,
esp = 4,
ebp = 5,
esi = 6,
edi = 7,
r8d = 8,
r9d = 9,
r10d = 10,
r11d = 11,
r12d = 12,
r13d = 13,
r14d = 14,
r15d = 15,
}
Expand description
Definition of 32 bit registers.
Variants§
eax = 0
ecx = 1
edx = 2
ebx = 3
esp = 4
ebp = 5
esi = 6
edi = 7
r8d = 8
r9d = 9
r10d = 10
r11d = 11
r12d = 12
r13d = 13
r14d = 14
r15d = 15
Trait Implementations§
impl Copy for Reg32
Auto Trait Implementations§
impl Freeze for Reg32
impl RefUnwindSafe for Reg32
impl Send for Reg32
impl Sync for Reg32
impl Unpin for Reg32
impl UnwindSafe for Reg32
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)