From 130746bc856f5c2eb5672cceb0e1304ee2c95b1e Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 28 Feb 2024 18:32:44 +0000 Subject: deploy: 7cc72737a0140f5f71e9d83d4f87503eb4c7604f --- juicebox_asm/insn/trait.Pop.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 juicebox_asm/insn/trait.Pop.html (limited to 'juicebox_asm/insn/trait.Pop.html') diff --git a/juicebox_asm/insn/trait.Pop.html b/juicebox_asm/insn/trait.Pop.html new file mode 100644 index 0000000..02083ec --- /dev/null +++ b/juicebox_asm/insn/trait.Pop.html @@ -0,0 +1,7 @@ +Pop in juicebox_asm::insn - Rust +

Trait juicebox_asm::insn::Pop

source ·
pub trait Pop<T> {
+    // Required method
+    fn pop(&mut self, op1: T);
+}
Expand description

Trait for pop instruction kinds.

+

Required Methods§

source

fn pop(&mut self, op1: T)

Emit a pop instruction.

+

Implementors§

\ No newline at end of file -- cgit v1.2.3