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