Struct Register
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 !Send for Register
impl !Sync for Register
impl Freeze for Register
impl RefUnwindSafe for Register
impl Unpin for Register
impl UnsafeUnpin 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