pub struct Vmov {
pub dst: VReg,
pub src: VReg,
}
Expand description
Move between v
registers.
Fields§
§dst: VReg
§src: VReg
Implementations§
Trait Implementations§
Source§impl From<Vmov> for ExtendedOp
impl From<Vmov> for ExtendedOp
impl Copy for Vmov
impl Eq for Vmov
impl StructuralPartialEq for Vmov
Auto Trait Implementations§
impl Freeze for Vmov
impl RefUnwindSafe for Vmov
impl Send for Vmov
impl Sync for Vmov
impl Unpin for Vmov
impl UnwindSafe for Vmov
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