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