pub enum Rq {
Show 16 variants
RAX,
RCX,
RDX,
RBX,
RSP,
RBP,
RSI,
RDI,
R8,
R9,
R10,
R11,
R12,
R13,
R14,
R15,
}
Expand description
1, 2, 4 or 8-byte general purpose “quad-word” registers.
RIP does not appear here as it cannot be addressed dynamically.
Variants
RAX
RCX
RDX
RBX
RSP
RBP
RSI
RDI
R8
R9
R10
R11
R12
R13
R14
R15
Trait Implementations
impl Copy for Rq
impl Eq for Rq
impl StructuralEq for Rq
impl StructuralPartialEq for Rq
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