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/rt/index.html | 1 + juicebox_asm/rt/sidebar-items.js | 1 + juicebox_asm/rt/struct.Runtime.html | 8 ++++++++ 3 files changed, 10 insertions(+) create mode 100644 juicebox_asm/rt/index.html create mode 100644 juicebox_asm/rt/sidebar-items.js create mode 100644 juicebox_asm/rt/struct.Runtime.html (limited to 'juicebox_asm/rt') diff --git a/juicebox_asm/rt/index.html b/juicebox_asm/rt/index.html new file mode 100644 index 0000000..d6ffe84 --- /dev/null +++ b/juicebox_asm/rt/index.html @@ -0,0 +1 @@ +juicebox_asm::rt - Rust

Module juicebox_asm::rt

source ·

Structs

A simple mmaped runtime with executable pages.
\ No newline at end of file diff --git a/juicebox_asm/rt/sidebar-items.js b/juicebox_asm/rt/sidebar-items.js new file mode 100644 index 0000000..9040803 --- /dev/null +++ b/juicebox_asm/rt/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"struct":[["Runtime","A simple `mmap`ed runtime with executable pages."]]}; \ No newline at end of file diff --git a/juicebox_asm/rt/struct.Runtime.html b/juicebox_asm/rt/struct.Runtime.html new file mode 100644 index 0000000..59812f1 --- /dev/null +++ b/juicebox_asm/rt/struct.Runtime.html @@ -0,0 +1,8 @@ +Runtime in juicebox_asm::rt - Rust

Struct juicebox_asm::rt::Runtime

source ·
pub struct Runtime { /* private fields */ }
Expand description

A simple mmaped runtime with executable pages.

+

Implementations§

Create a new Runtime.

+

Reinterpret the block of code as F.

+

Trait Implementations§

Executes the destructor for this type. Read more

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