Struct sway_ast::expr::op_code::McliOpcode
source · pub struct McliOpcode { /* private fields */ }
Trait Implementations§
source§impl Clone for McliOpcode
impl Clone for McliOpcode
source§fn clone(&self) -> McliOpcode
fn clone(&self) -> McliOpcode
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 McliOpcode
impl Debug for McliOpcode
source§impl Inst for McliOpcode
impl Inst for McliOpcode
§type Args = (BaseIdent, AsmImmediate)
type Args = (BaseIdent, AsmImmediate)
Arguments to the instruction.
fn instruction(ident: Ident, (addr, size): Self::Args) -> Instruction
source§impl Serialize for McliOpcode
impl Serialize for McliOpcode
Auto Trait Implementations§
impl RefUnwindSafe for McliOpcode
impl Send for McliOpcode
impl Sync for McliOpcode
impl Unpin for McliOpcode
impl UnwindSafe for McliOpcode
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