Struct sway_ast::expr::op_code::XoriOpcode
source · pub struct XoriOpcode { /* private fields */ }
Trait Implementations§
source§impl Clone for XoriOpcode
impl Clone for XoriOpcode
source§fn clone(&self) -> XoriOpcode
fn clone(&self) -> XoriOpcode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XoriOpcode
impl Debug for XoriOpcode
source§impl Inst for XoriOpcode
impl Inst for XoriOpcode
§type Args = (BaseIdent, BaseIdent, AsmImmediate)
type Args = (BaseIdent, BaseIdent, AsmImmediate)
Arguments to the instruction.
fn instruction(ident: Ident, (ret, lhs, rhs): Self::Args) -> Instruction
source§impl Serialize for XoriOpcode
impl Serialize for XoriOpcode
Auto Trait Implementations§
impl RefUnwindSafe for XoriOpcode
impl Send for XoriOpcode
impl Sync for XoriOpcode
impl Unpin for XoriOpcode
impl UnwindSafe for XoriOpcode
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