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