Struct quil_rs::instruction::Move
source · pub struct Move {
pub destination: ArithmeticOperand,
pub source: ArithmeticOperand,
}
Fields§
§destination: ArithmeticOperand
§source: ArithmeticOperand
Trait Implementations§
source§impl PartialEq<Move> for Move
impl PartialEq<Move> for Move
impl StructuralPartialEq for Move
Auto Trait Implementations§
impl RefUnwindSafe for Move
impl Send for Move
impl Sync for Move
impl Unpin for Move
impl UnwindSafe for Move
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