From 872cf6d06f4d77637b4627fdc583bab79ee2372f Mon Sep 17 00:00:00 2001 From: johannst Date: Mon, 27 Feb 2023 22:52:40 +0000 Subject: deploy: 6486b862edc2750dba83848f62d6c9f3d4c6d3c2 --- juicebox_asm/prelude/trait.Mov.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 juicebox_asm/prelude/trait.Mov.html (limited to 'juicebox_asm/prelude/trait.Mov.html') diff --git a/juicebox_asm/prelude/trait.Mov.html b/juicebox_asm/prelude/trait.Mov.html new file mode 100644 index 0000000..96188d4 --- /dev/null +++ b/juicebox_asm/prelude/trait.Mov.html @@ -0,0 +1,4 @@ +Mov in juicebox_asm::prelude - Rust

Trait juicebox_asm::prelude::Mov

source ·
pub trait Mov<T, U> {
+    fn mov(&mut self, op1: T, op2: U);
+}

Required Methods§

Emit an move instruction.

+

Implementors§

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