Struct sway_ir::asm::AsmInstruction
source · [−]Fields
name: Ident
args: Vec<Ident>
immediate: Option<Ident>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AsmInstruction
impl Send for AsmInstruction
impl Sync for AsmInstruction
impl Unpin for AsmInstruction
impl UnwindSafe for AsmInstruction
Blanket Implementations
Mutably borrows from an owned value. Read more