pub enum Rd {
EAX,
ECX,
EDX,
EBX,
ESP,
EBP,
ESI,
EDI,
}
Expand description
1, 2 or 4-byte general purpose “double-word” registers.
EIP does not appear here as it cannot be addressed dynamically.
Variants
EAX
ECX
EDX
EBX
ESP
EBP
ESI
EDI
Trait Implementations
impl Copy for Rd
impl Eq for Rd
impl StructuralEq for Rd
impl StructuralPartialEq for Rd
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more