Struct sway_ast::expr::op_code::SlliOpcode
source · pub struct SlliOpcode { /* private fields */ }
Trait Implementations§
source§impl Clone for SlliOpcode
impl Clone for SlliOpcode
source§fn clone(&self) -> SlliOpcode
fn clone(&self) -> SlliOpcode
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 SlliOpcode
impl Debug for SlliOpcode
source§impl Inst for SlliOpcode
impl Inst for SlliOpcode
§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 SlliOpcode
impl Serialize for SlliOpcode
Auto Trait Implementations§
impl RefUnwindSafe for SlliOpcode
impl Send for SlliOpcode
impl Sync for SlliOpcode
impl Unpin for SlliOpcode
impl UnwindSafe for SlliOpcode
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