pub struct Register { /* private fields */ }Expand description
This structure represents a register operand.
For instance:
mov r15d, edi
| |
| +---------> Register(EDI)
|
+---------------> Register(R15D)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Register
impl !Send for Register
impl !Sync for Register
impl Unpin for Register
impl UnwindSafe for Register
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