pub struct XmovLr {
pub dst: XReg,
}
Expand description
Gets the special “lr” register and moves it into dst
.
Fields§
§dst: XReg
Implementations§
Trait Implementations§
Source§impl From<XmovLr> for ExtendedOp
impl From<XmovLr> for ExtendedOp
impl Copy for XmovLr
impl Eq for XmovLr
impl StructuralPartialEq for XmovLr
Auto Trait Implementations§
impl Freeze for XmovLr
impl RefUnwindSafe for XmovLr
impl Send for XmovLr
impl Sync for XmovLr
impl Unpin for XmovLr
impl UnwindSafe for XmovLr
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