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