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/enum.MemOp.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 juicebox_asm/enum.MemOp.html (limited to 'juicebox_asm/enum.MemOp.html') diff --git a/juicebox_asm/enum.MemOp.html b/juicebox_asm/enum.MemOp.html new file mode 100644 index 0000000..0ea0a71 --- /dev/null +++ b/juicebox_asm/enum.MemOp.html @@ -0,0 +1,8 @@ +MemOp in juicebox_asm - Rust

Enum juicebox_asm::MemOp

source ·
pub enum MemOp {
+    Indirect(Reg64),
+    IndirectDisp(Reg64i32),
+}

Variants§

§

Indirect(Reg64)

§

IndirectDisp(Reg64i32)

Trait Implementations§

Emit an move instruction.
Emit an move instruction.
Emit an move instruction.
Emit an move instruction.
Emit an move instruction.
Emit an move instruction.
Emit an move instruction.
Emit an move instruction.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

+

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
\ No newline at end of file -- cgit v1.2.3