From 559c9ddd6079b2313c196866215133b926d07d34 Mon Sep 17 00:00:00 2001 From: johannst Date: Sat, 25 Sep 2021 16:09:42 +0000 Subject: deploy: a3dee93989b9fdd99b8a22a2da7f72bcd2ba50c2 --- llvm_kaleidoscope_rs/llvm/struct.ResourceTracker.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'llvm_kaleidoscope_rs/llvm/struct.ResourceTracker.html') diff --git a/llvm_kaleidoscope_rs/llvm/struct.ResourceTracker.html b/llvm_kaleidoscope_rs/llvm/struct.ResourceTracker.html index 6914c3a..6939ee4 100644 --- a/llvm_kaleidoscope_rs/llvm/struct.ResourceTracker.html +++ b/llvm_kaleidoscope_rs/llvm/struct.ResourceTracker.html @@ -1,6 +1,7 @@ -ResourceTracker in llvm_kaleidoscope_rs::llvm - Rust

Struct llvm_kaleidoscope_rs::llvm::ResourceTracker[][src]

pub struct ResourceTracker<'jit>(_, _);
Expand description

A resource handle to code added to an LLJit instance. When a ResourceTracker handle is -dropped, the code corresponding to the handle will be removed from the JIT.

-

Trait Implementations

Executes the destructor for this type. Read more

+ResourceTracker in llvm_kaleidoscope_rs::llvm - Rust

Struct llvm_kaleidoscope_rs::llvm::ResourceTracker[][src]

pub struct ResourceTracker<'jit>(_, _);
Expand description

A resource handle for code added to an LLJit instance.

+

When a ResourceTracker handle is dropped, the code corresponding to the handle will be +removed from the JIT.

+

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

-- cgit v1.2.3