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