mirror of
https://github.com/edg-l/edlang.git
synced 2024-11-10 01:58:23 +00:00
337 lines
71 KiB
HTML
337 lines
71 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="A `BasicBlock` is a container of instructions."><title>BasicBlock in inkwell::basic_block - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-ac92e1bbe349e143.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="inkwell" data-themes="" data-resource-suffix="" data-rustdoc-version="1.76.0 (07dca489a 2024-02-04)" data-channel="1.76.0" data-search-js="search-2b6ce74ff89ae146.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../static.files/storage-f2adc0d6ca4d09fb.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-305769736d49e732.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-feafe1bb7466e4bd.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">☰</button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../inkwell/index.html">inkwell</a><span class="version">0.4.0</span></h2></div><h2 class="location"><a href="#">BasicBlock</a></h2><div class="sidebar-elems"><section><h3><a href="#implementations">Methods</a></h3><ul class="block method"><li><a href="#method.as_mut_ptr">as_mut_ptr</a></li><li><a href="#method.delete">delete</a></li><li><a href="#method.get_address">get_address</a></li><li><a href="#method.get_context">get_context</a></li><li><a href="#method.get_first_instruction">get_first_instruction</a></li><li><a href="#method.get_first_use">get_first_use</a></li><li><a href="#method.get_instruction_with_name">get_instruction_with_name</a></li><li><a href="#method.get_instructions">get_instructions</a></li><li><a href="#method.get_last_instruction">get_last_instruction</a></li><li><a href="#method.get_name">get_name</a></li><li><a href="#method.get_next_basic_block">get_next_basic_block</a></li><li><a href="#method.get_parent">get_parent</a></li><li><a href="#method.get_previous_basic_block">get_previous_basic_block</a></li><li><a href="#method.get_terminator">get_terminator</a></li><li><a href="#method.move_after">move_after</a></li><li><a href="#method.move_before">move_before</a></li><li><a href="#method.remove_from_function">remove_from_function</a></li><li><a href="#method.replace_all_uses_with">replace_all_uses_with</a></li><li><a href="#method.set_name">set_name</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block trait-implementation"><li><a href="#impl-Clone-for-BasicBlock%3C'ctx%3E">Clone</a></li><li><a href="#impl-Copy-for-BasicBlock%3C'ctx%3E">Copy</a></li><li><a href="#impl-Debug-for-BasicBlock%3C'_%3E">Debug</a></li><li><a href="#impl-Eq-for-BasicBlock%3C'ctx%3E">Eq</a></li><li><a href="#impl-Hash-for-BasicBlock%3C'ctx%3E">Hash</a></li><li><a href="#impl-PartialEq-for-BasicBlock%3C'ctx%3E">PartialEq</a></li><li><a href="#impl-StructuralEq-for-BasicBlock%3C'ctx%3E">StructuralEq</a></li><li><a href="#impl-StructuralPartialEq-for-BasicBlock%3C'ctx%3E">StructuralPartialEq</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block synthetic-implementation"><li><a href="#impl-Send-for-BasicBlock%3C'ctx%3E">!Send</a></li><li><a href="#impl-Sync-for-BasicBlock%3C'ctx%3E">!Sync</a></li><li><a href="#impl-RefUnwindSafe-for-BasicBlock%3C'ctx%3E">RefUnwindSafe</a></li><li><a href="#impl-Unpin-for-BasicBlock%3C'ctx%3E">Unpin</a></li><li><a href="#impl-UnwindSafe-for-BasicBlock%3C'ctx%3E">UnwindSafe</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block blanket-implementation"><li><a href="#impl-Any-for-T">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-T">Borrow<T></a></li><li><a href="#impl-BorrowMut%3CT%3E-for-T">BorrowMut<T></a></li><li><a href="#impl-From%3CT%3E-for-T">From<T></a></li><li><a href="#impl-Into%3CU%3E-for-T">Into<U></a></li><li><a href="#impl-ToOwned-for-T">ToOwned</a></li><li><a href="#impl-TryFrom%3CU%3E-for-T">TryFrom<U></a></li><li><a href="#impl-TryInto%3CU%3E-for-T">TryInto<U></a></li></ul></section><h2><a href="index.html">In inkwell::basic_block</a></h2></div></nav><div class="sidebar-resizer"></div>
|
||
<main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../../inkwell/all.html" title="show sidebar"></a></div><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" tabindex="-1"><a href="../../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Struct <a href="../index.html">inkwell</a>::<wbr><a href="index.html">basic_block</a>::<wbr><a class="struct" href="#">BasicBlock</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../../src/inkwell/basic_block.rs.html#28-31">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><pre class="rust item-decl"><code>pub struct BasicBlock<'ctx> { <span class="comment">/* private fields */</span> }</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A <code>BasicBlock</code> is a container of instructions.</p>
|
||
<p><code>BasicBlock</code>s are values because they can be referenced by instructions (ie branching and switches).</p>
|
||
<p>A well formed <code>BasicBlock</code> is a list of non terminating instructions followed by a single terminating
|
||
instruction. <code>BasicBlock</code>s are allowed to be malformed prior to running validation because it may be useful
|
||
when constructing or modifying a program.</p>
|
||
</div></details><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-BasicBlock%3C'ctx%3E" class="impl"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#33-589">source</a><a href="#impl-BasicBlock%3C'ctx%3E" class="anchor">§</a><h3 class="code-header">impl<'ctx> <a class="struct" href="struct.BasicBlock.html" title="struct inkwell::basic_block::BasicBlock">BasicBlock</a><'ctx></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.as_mut_ptr" class="method"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#49-51">source</a><h4 class="code-header">pub fn <a href="#method.as_mut_ptr" class="fn">as_mut_ptr</a>(&self) -> <a class="type" href="../../llvm_sys/prelude/type.LLVMBasicBlockRef.html" title="type llvm_sys::prelude::LLVMBasicBlockRef">LLVMBasicBlockRef</a></h4></section></summary><div class="docblock"><p>Acquires the underlying raw pointer belonging to this <code>BasicBlock</code> type.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.get_parent" class="method"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#75-77">source</a><h4 class="code-header">pub fn <a href="#method.get_parent" class="fn">get_parent</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../values/struct.FunctionValue.html" title="struct inkwell::values::FunctionValue">FunctionValue</a><'ctx>></h4></section></summary><div class="docblock"><p>Obtains the <code>FunctionValue</code> that this <code>BasicBlock</code> belongs to, if any.</p>
|
||
<h5 id="example"><a href="#example">Example</a></h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::context::Context;
|
||
<span class="kw">use </span>inkwell::module::Module;
|
||
<span class="kw">use </span>inkwell::builder::Builder;
|
||
|
||
<span class="kw">let </span>context = Context::create();
|
||
<span class="kw">let </span>module = context.create_module(<span class="string">"my_module"</span>);
|
||
<span class="kw">let </span>void_type = context.void_type();
|
||
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&</span>[], <span class="bool-val">false</span>);
|
||
<span class="kw">let </span>function = module.add_function(<span class="string">"do_nothing"</span>, fn_type, <span class="prelude-val">None</span>);
|
||
|
||
<span class="kw">let </span>basic_block = context.append_basic_block(function, <span class="string">"entry"</span>);
|
||
|
||
<span class="macro">assert_eq!</span>(basic_block.get_parent().unwrap(), function);
|
||
|
||
basic_block.remove_from_function();
|
||
|
||
<span class="macro">assert!</span>(basic_block.get_parent().is_none());</code></pre></div>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.get_previous_basic_block" class="method"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#105-109">source</a><h4 class="code-header">pub fn <a href="#method.get_previous_basic_block" class="fn">get_previous_basic_block</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="struct.BasicBlock.html" title="struct inkwell::basic_block::BasicBlock">BasicBlock</a><'ctx>></h4></section></summary><div class="docblock"><p>Gets the <code>BasicBlock</code> preceding the current one, in its own scope, if any.</p>
|
||
<h5 id="example-1"><a href="#example-1">Example</a></h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::context::Context;
|
||
<span class="kw">use </span>inkwell::module::Module;
|
||
<span class="kw">use </span>inkwell::builder::Builder;
|
||
|
||
<span class="kw">let </span>context = Context::create();
|
||
<span class="kw">let </span>module = context.create_module(<span class="string">"my_module"</span>);
|
||
<span class="kw">let </span>void_type = context.void_type();
|
||
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&</span>[], <span class="bool-val">false</span>);
|
||
<span class="kw">let </span>function1 = module.add_function(<span class="string">"do_nothing"</span>, fn_type, <span class="prelude-val">None</span>);
|
||
|
||
<span class="kw">let </span>basic_block1 = context.append_basic_block(function1, <span class="string">"entry"</span>);
|
||
|
||
<span class="macro">assert!</span>(basic_block1.get_previous_basic_block().is_none());
|
||
|
||
<span class="kw">let </span>function2 = module.add_function(<span class="string">"do_nothing"</span>, fn_type, <span class="prelude-val">None</span>);
|
||
|
||
<span class="kw">let </span>basic_block2 = context.append_basic_block(function2, <span class="string">"entry"</span>);
|
||
<span class="kw">let </span>basic_block3 = context.append_basic_block(function2, <span class="string">"next"</span>);
|
||
|
||
<span class="macro">assert!</span>(basic_block2.get_previous_basic_block().is_none());
|
||
<span class="macro">assert_eq!</span>(basic_block3.get_previous_basic_block().unwrap(), basic_block2);</code></pre></div>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.get_next_basic_block" class="method"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#138-142">source</a><h4 class="code-header">pub fn <a href="#method.get_next_basic_block" class="fn">get_next_basic_block</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="struct.BasicBlock.html" title="struct inkwell::basic_block::BasicBlock">BasicBlock</a><'ctx>></h4></section></summary><div class="docblock"><p>Gets the <code>BasicBlock</code> succeeding the current one, in its own scope, if any.</p>
|
||
<h5 id="example-2"><a href="#example-2">Example</a></h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::context::Context;
|
||
<span class="kw">use </span>inkwell::module::Module;
|
||
<span class="kw">use </span>inkwell::builder::Builder;
|
||
|
||
<span class="kw">let </span>context = Context::create();
|
||
<span class="kw">let </span>module = context.create_module(<span class="string">"my_module"</span>);
|
||
<span class="kw">let </span>void_type = context.void_type();
|
||
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&</span>[], <span class="bool-val">false</span>);
|
||
<span class="kw">let </span>function1 = module.add_function(<span class="string">"do_nothing"</span>, fn_type, <span class="prelude-val">None</span>);
|
||
|
||
<span class="kw">let </span>basic_block1 = context.append_basic_block(function1, <span class="string">"entry"</span>);
|
||
|
||
<span class="macro">assert!</span>(basic_block1.get_next_basic_block().is_none());
|
||
|
||
<span class="kw">let </span>function2 = module.add_function(<span class="string">"do_nothing"</span>, fn_type, <span class="prelude-val">None</span>);
|
||
|
||
<span class="kw">let </span>basic_block2 = context.append_basic_block(function2, <span class="string">"entry"</span>);
|
||
<span class="kw">let </span>basic_block3 = context.append_basic_block(function2, <span class="string">"next"</span>);
|
||
|
||
<span class="macro">assert!</span>(basic_block1.get_next_basic_block().is_none());
|
||
<span class="macro">assert_eq!</span>(basic_block2.get_next_basic_block().unwrap(), basic_block3);
|
||
<span class="macro">assert!</span>(basic_block3.get_next_basic_block().is_none());</code></pre></div>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.move_before" class="method"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#168-177">source</a><h4 class="code-header">pub fn <a href="#method.move_before" class="fn">move_before</a>(self, basic_block: <a class="struct" href="struct.BasicBlock.html" title="struct inkwell::basic_block::BasicBlock">BasicBlock</a><'ctx>) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>, <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></summary><div class="docblock"><p>Prepends one <code>BasicBlock</code> before another.
|
||
It returns <code>Err(())</code> when either <code>BasicBlock</code> has no parent, as LLVM assumes they both have parents.</p>
|
||
<h5 id="example-3"><a href="#example-3">Example</a></h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::context::Context;
|
||
<span class="kw">use </span>inkwell::module::Module;
|
||
<span class="kw">use </span>inkwell::builder::Builder;
|
||
|
||
<span class="kw">let </span>context = Context::create();
|
||
<span class="kw">let </span>module = context.create_module(<span class="string">"my_module"</span>);
|
||
<span class="kw">let </span>void_type = context.void_type();
|
||
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&</span>[], <span class="bool-val">false</span>);
|
||
<span class="kw">let </span>function = module.add_function(<span class="string">"do_nothing"</span>, fn_type, <span class="prelude-val">None</span>);
|
||
|
||
<span class="kw">let </span>basic_block1 = context.append_basic_block(function, <span class="string">"entry"</span>);
|
||
<span class="kw">let </span>basic_block2 = context.append_basic_block(function, <span class="string">"next"</span>);
|
||
|
||
basic_block2.move_before(basic_block1);
|
||
|
||
<span class="macro">assert!</span>(basic_block1.get_next_basic_block().is_none());
|
||
<span class="macro">assert_eq!</span>(basic_block2.get_next_basic_block().unwrap(), basic_block1);</code></pre></div>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.move_after" class="method"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#203-212">source</a><h4 class="code-header">pub fn <a href="#method.move_after" class="fn">move_after</a>(self, basic_block: <a class="struct" href="struct.BasicBlock.html" title="struct inkwell::basic_block::BasicBlock">BasicBlock</a><'ctx>) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>, <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></summary><div class="docblock"><p>Appends one <code>BasicBlock</code> after another.
|
||
It returns <code>Err(())</code> when either <code>BasicBlock</code> has no parent, as LLVM assumes they both have parents.</p>
|
||
<h5 id="example-4"><a href="#example-4">Example</a></h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::context::Context;
|
||
<span class="kw">use </span>inkwell::module::Module;
|
||
<span class="kw">use </span>inkwell::builder::Builder;
|
||
|
||
<span class="kw">let </span>context = Context::create();
|
||
<span class="kw">let </span>module = context.create_module(<span class="string">"my_module"</span>);
|
||
<span class="kw">let </span>void_type = context.void_type();
|
||
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&</span>[], <span class="bool-val">false</span>);
|
||
<span class="kw">let </span>function = module.add_function(<span class="string">"do_nothing"</span>, fn_type, <span class="prelude-val">None</span>);
|
||
|
||
<span class="kw">let </span>basic_block1 = context.append_basic_block(function, <span class="string">"entry"</span>);
|
||
<span class="kw">let </span>basic_block2 = context.append_basic_block(function, <span class="string">"next"</span>);
|
||
|
||
basic_block1.move_after(basic_block2);
|
||
|
||
<span class="macro">assert!</span>(basic_block1.get_next_basic_block().is_none());
|
||
<span class="macro">assert_eq!</span>(basic_block2.get_next_basic_block().unwrap(), basic_block1);</code></pre></div>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.get_first_instruction" class="method"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#236-244">source</a><h4 class="code-header">pub fn <a href="#method.get_first_instruction" class="fn">get_first_instruction</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../values/struct.InstructionValue.html" title="struct inkwell::values::InstructionValue">InstructionValue</a><'ctx>></h4></section></summary><div class="docblock"><p>Obtains the first <code>InstructionValue</code> in this <code>BasicBlock</code>, if any.</p>
|
||
<h5 id="example-5"><a href="#example-5">Example</a></h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::context::Context;
|
||
<span class="kw">use </span>inkwell::module::Module;
|
||
<span class="kw">use </span>inkwell::builder::Builder;
|
||
<span class="kw">use </span>inkwell::values::InstructionOpcode;
|
||
|
||
<span class="kw">let </span>context = Context::create();
|
||
<span class="kw">let </span>builder = context.create_builder();
|
||
<span class="kw">let </span>module = context.create_module(<span class="string">"my_module"</span>);
|
||
<span class="kw">let </span>void_type = context.void_type();
|
||
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&</span>[], <span class="bool-val">false</span>);
|
||
<span class="kw">let </span>function = module.add_function(<span class="string">"do_nothing"</span>, fn_type, <span class="prelude-val">None</span>);
|
||
<span class="kw">let </span>basic_block = context.append_basic_block(function, <span class="string">"entry"</span>);
|
||
|
||
builder.position_at_end(basic_block);
|
||
builder.build_return(<span class="prelude-val">None</span>);
|
||
|
||
<span class="macro">assert_eq!</span>(basic_block.get_first_instruction().unwrap().get_opcode(), InstructionOpcode::Return);</code></pre></div>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.get_last_instruction" class="method"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#268-276">source</a><h4 class="code-header">pub fn <a href="#method.get_last_instruction" class="fn">get_last_instruction</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../values/struct.InstructionValue.html" title="struct inkwell::values::InstructionValue">InstructionValue</a><'ctx>></h4></section></summary><div class="docblock"><p>Obtains the last <code>InstructionValue</code> in this <code>BasicBlock</code>, if any. A <code>BasicBlock</code> must have a last instruction to be valid.</p>
|
||
<h5 id="example-6"><a href="#example-6">Example</a></h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::context::Context;
|
||
<span class="kw">use </span>inkwell::module::Module;
|
||
<span class="kw">use </span>inkwell::builder::Builder;
|
||
<span class="kw">use </span>inkwell::values::InstructionOpcode;
|
||
|
||
<span class="kw">let </span>context = Context::create();
|
||
<span class="kw">let </span>builder = context.create_builder();
|
||
<span class="kw">let </span>module = context.create_module(<span class="string">"my_module"</span>);
|
||
<span class="kw">let </span>void_type = context.void_type();
|
||
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&</span>[], <span class="bool-val">false</span>);
|
||
<span class="kw">let </span>function = module.add_function(<span class="string">"do_nothing"</span>, fn_type, <span class="prelude-val">None</span>);
|
||
<span class="kw">let </span>basic_block = context.append_basic_block(function, <span class="string">"entry"</span>);
|
||
|
||
builder.position_at_end(basic_block);
|
||
builder.build_return(<span class="prelude-val">None</span>);
|
||
|
||
<span class="macro">assert_eq!</span>(basic_block.get_last_instruction().unwrap().get_opcode(), InstructionOpcode::Return);</code></pre></div>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.get_instruction_with_name" class="method"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#308-311">source</a><h4 class="code-header">pub fn <a href="#method.get_instruction_with_name" class="fn">get_instruction_with_name</a>(
|
||
self,
|
||
name: &<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.str.html">str</a>
|
||
) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../values/struct.InstructionValue.html" title="struct inkwell::values::InstructionValue">InstructionValue</a><'ctx>></h4></section></summary><div class="docblock"><p>Performs a linear lookup to obtain a instruction based on the name</p>
|
||
<h5 id="example-7"><a href="#example-7">Example</a></h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::context::Context;
|
||
<span class="kw">use </span>inkwell::AddressSpace;
|
||
|
||
<span class="kw">let </span>context = Context::create();
|
||
<span class="kw">let </span>module = context.create_module(<span class="string">"ret"</span>);
|
||
<span class="kw">let </span>builder = context.create_builder();
|
||
|
||
<span class="kw">let </span>void_type = context.void_type();
|
||
<span class="kw">let </span>i32_type = context.i32_type();
|
||
<span class="kw">let </span>i32_ptr_type = i32_type.ptr_type(AddressSpace::default());
|
||
|
||
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&</span>[i32_ptr_type.into()], <span class="bool-val">false</span>);
|
||
<span class="kw">let </span>fn_value = module.add_function(<span class="string">"ret"</span>, fn_type, <span class="prelude-val">None</span>);
|
||
<span class="kw">let </span>entry = context.append_basic_block(fn_value, <span class="string">"entry"</span>);
|
||
builder.position_at_end(entry);
|
||
|
||
<span class="kw">let </span>var = builder.build_alloca(i32_type, <span class="string">"some_number"</span>).unwrap();
|
||
builder.build_store(var, i32_type.const_int(<span class="number">1 </span><span class="kw">as </span>u64, <span class="bool-val">false</span>)).unwrap();
|
||
builder.build_return(<span class="prelude-val">None</span>).unwrap();
|
||
|
||
<span class="kw">let </span>block = fn_value.get_first_basic_block().unwrap();
|
||
<span class="kw">let </span>some_number = block.get_instruction_with_name(<span class="string">"some_number"</span>);
|
||
|
||
<span class="macro">assert!</span>(some_number.is_some());
|
||
<span class="macro">assert_eq!</span>(some_number.unwrap().get_name().unwrap().to_str(), <span class="prelude-val">Ok</span>(<span class="string">"some_number"</span>))</code></pre></div>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.get_terminator" class="method"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#339-347">source</a><h4 class="code-header">pub fn <a href="#method.get_terminator" class="fn">get_terminator</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../values/struct.InstructionValue.html" title="struct inkwell::values::InstructionValue">InstructionValue</a><'ctx>></h4></section></summary><div class="docblock"><p>Obtains the terminating <code>InstructionValue</code> in this <code>BasicBlock</code>, if any. A <code>BasicBlock</code> must have a terminating instruction to be valid.</p>
|
||
<h5 id="example-8"><a href="#example-8">Example</a></h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::context::Context;
|
||
<span class="kw">use </span>inkwell::module::Module;
|
||
<span class="kw">use </span>inkwell::builder::Builder;
|
||
<span class="kw">use </span>inkwell::values::InstructionOpcode;
|
||
|
||
<span class="kw">let </span>context = Context::create();
|
||
<span class="kw">let </span>builder = context.create_builder();
|
||
<span class="kw">let </span>module = context.create_module(<span class="string">"my_module"</span>);
|
||
<span class="kw">let </span>void_type = context.void_type();
|
||
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&</span>[], <span class="bool-val">false</span>);
|
||
<span class="kw">let </span>function = module.add_function(<span class="string">"do_nothing"</span>, fn_type, <span class="prelude-val">None</span>);
|
||
<span class="kw">let </span>basic_block = context.append_basic_block(function, <span class="string">"entry"</span>);
|
||
|
||
builder.position_at_end(basic_block);
|
||
builder.build_return(<span class="prelude-val">None</span>);
|
||
|
||
<span class="macro">assert_eq!</span>(basic_block.get_terminator().unwrap().get_opcode(), InstructionOpcode::Return);</code></pre></div>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.get_instructions" class="method"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#350-352">source</a><h4 class="code-header">pub fn <a href="#method.get_instructions" class="fn">get_instructions</a>(self) -> <a class="struct" href="struct.InstructionIter.html" title="struct inkwell::basic_block::InstructionIter">InstructionIter</a><'ctx> <a href="#" class="tooltip" data-notable-ty="InstructionIter<'ctx>">ⓘ</a></h4></section></summary><div class="docblock"><p>Get an instruction iterator</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.remove_from_function" class="method"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#380-389">source</a><h4 class="code-header">pub fn <a href="#method.remove_from_function" class="fn">remove_from_function</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>, <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></summary><div class="docblock"><p>Removes this <code>BasicBlock</code> from its parent <code>FunctionValue</code>.
|
||
It returns <code>Err(())</code> when it has no parent to remove from.</p>
|
||
<h5 id="example-9"><a href="#example-9">Example</a></h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::context::Context;
|
||
<span class="kw">use </span>inkwell::module::Module;
|
||
<span class="kw">use </span>inkwell::builder::Builder;
|
||
|
||
<span class="kw">let </span>context = Context::create();
|
||
<span class="kw">let </span>module = context.create_module(<span class="string">"my_module"</span>);
|
||
<span class="kw">let </span>void_type = context.void_type();
|
||
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&</span>[], <span class="bool-val">false</span>);
|
||
<span class="kw">let </span>function = module.add_function(<span class="string">"do_nothing"</span>, fn_type, <span class="prelude-val">None</span>);
|
||
<span class="kw">let </span>basic_block = context.append_basic_block(function, <span class="string">"entry"</span>);
|
||
|
||
<span class="macro">assert_eq!</span>(basic_block.get_parent().unwrap(), function);
|
||
|
||
basic_block.remove_from_function();
|
||
|
||
<span class="macro">assert!</span>(basic_block.get_parent().is_none());</code></pre></div>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.delete" class="method"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#412-421">source</a><h4 class="code-header">pub unsafe fn <a href="#method.delete" class="fn">delete</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>, <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>></h4></section></summary><div class="docblock"><p>Removes this <code>BasicBlock</code> completely from memory. This is unsafe because you could easily have other references to the same <code>BasicBlock</code>.
|
||
It returns <code>Err(())</code> when it has no parent to delete from, as LLVM assumes it has a parent.</p>
|
||
<h5 id="example-10"><a href="#example-10">Example</a></h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::context::Context;
|
||
<span class="kw">use </span>inkwell::module::Module;
|
||
<span class="kw">use </span>inkwell::builder::Builder;
|
||
|
||
<span class="kw">let </span>context = Context::create();
|
||
<span class="kw">let </span>module = context.create_module(<span class="string">"my_module"</span>);
|
||
<span class="kw">let </span>void_type = context.void_type();
|
||
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&</span>[], <span class="bool-val">false</span>);
|
||
<span class="kw">let </span>function = module.add_function(<span class="string">"do_nothing"</span>, fn_type, <span class="prelude-val">None</span>);
|
||
<span class="kw">let </span>basic_block = context.append_basic_block(function, <span class="string">"entry"</span>);
|
||
|
||
<span class="kw">unsafe </span>{
|
||
basic_block.delete();
|
||
}
|
||
<span class="macro">assert!</span>(function.get_basic_blocks().is_empty());</code></pre></div>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.get_context" class="method"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#440-442">source</a><h4 class="code-header">pub fn <a href="#method.get_context" class="fn">get_context</a>(self) -> <a class="struct" href="../context/struct.ContextRef.html" title="struct inkwell::context::ContextRef">ContextRef</a><'ctx></h4></section></summary><div class="docblock"><p>Obtains the <code>ContextRef</code> this <code>BasicBlock</code> belongs to.</p>
|
||
<h5 id="example-11"><a href="#example-11">Example</a></h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::context::Context;
|
||
<span class="kw">use </span>inkwell::module::Module;
|
||
<span class="kw">use </span>inkwell::builder::Builder;
|
||
|
||
<span class="kw">let </span>context = Context::create();
|
||
<span class="kw">let </span>module = context.create_module(<span class="string">"my_module"</span>);
|
||
<span class="kw">let </span>void_type = context.void_type();
|
||
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&</span>[], <span class="bool-val">false</span>);
|
||
<span class="kw">let </span>function = module.add_function(<span class="string">"do_nothing"</span>, fn_type, <span class="prelude-val">None</span>);
|
||
<span class="kw">let </span>basic_block = context.append_basic_block(function, <span class="string">"entry"</span>);
|
||
|
||
<span class="macro">assert_eq!</span>(context, basic_block.get_context());</code></pre></div>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.get_name" class="method"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#461-465">source</a><h4 class="code-header">pub fn <a href="#method.get_name" class="fn">get_name</a>(&self) -> &<a class="struct" href="https://doc.rust-lang.org/1.76.0/core/ffi/c_str/struct.CStr.html" title="struct core::ffi::c_str::CStr">CStr</a></h4></section></summary><div class="docblock"><p>Gets the name of a <code>BasicBlock</code>.</p>
|
||
<h5 id="example-12"><a href="#example-12">Example</a></h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::context::Context;
|
||
|
||
<span class="kw">let </span>context = Context::create();
|
||
<span class="kw">let </span>builder = context.create_builder();
|
||
<span class="kw">let </span>module = context.create_module(<span class="string">"my_mod"</span>);
|
||
<span class="kw">let </span>void_type = context.void_type();
|
||
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&</span>[], <span class="bool-val">false</span>);
|
||
<span class="kw">let </span>fn_val = module.add_function(<span class="string">"my_fn"</span>, fn_type, <span class="prelude-val">None</span>);
|
||
<span class="kw">let </span>bb = context.append_basic_block(fn_val, <span class="string">"entry"</span>);
|
||
|
||
<span class="macro">assert_eq!</span>(bb.get_name().to_str(), <span class="prelude-val">Ok</span>(<span class="string">"entry"</span>));</code></pre></div>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.set_name" class="method"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#468-483">source</a><h4 class="code-header">pub fn <a href="#method.set_name" class="fn">set_name</a>(&self, name: &<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.str.html">str</a>)</h4></section></summary><div class="docblock"><p>Set name of the <code>BasicBlock</code>.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.replace_all_uses_with" class="method"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#508-518">source</a><h4 class="code-header">pub fn <a href="#method.replace_all_uses_with" class="fn">replace_all_uses_with</a>(self, other: &<a class="struct" href="struct.BasicBlock.html" title="struct inkwell::basic_block::BasicBlock">BasicBlock</a><'ctx>)</h4></section></summary><div class="docblock"><p>Replaces all uses of this basic block with another.</p>
|
||
<h5 id="example-13"><a href="#example-13">Example</a></h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::context::Context;
|
||
|
||
<span class="kw">let </span>context = Context::create();
|
||
<span class="kw">let </span>builder = context.create_builder();
|
||
<span class="kw">let </span>module = context.create_module(<span class="string">"my_mod"</span>);
|
||
<span class="kw">let </span>void_type = context.void_type();
|
||
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&</span>[], <span class="bool-val">false</span>);
|
||
<span class="kw">let </span>fn_val = module.add_function(<span class="string">"my_fn"</span>, fn_type, <span class="prelude-val">None</span>);
|
||
<span class="kw">let </span>entry = context.append_basic_block(fn_val, <span class="string">"entry"</span>);
|
||
<span class="kw">let </span>bb1 = context.append_basic_block(fn_val, <span class="string">"bb1"</span>);
|
||
<span class="kw">let </span>bb2 = context.append_basic_block(fn_val, <span class="string">"bb2"</span>);
|
||
builder.position_at_end(entry);
|
||
<span class="kw">let </span>branch_inst = builder.build_unconditional_branch(bb1).unwrap();
|
||
|
||
bb1.replace_all_uses_with(<span class="kw-2">&</span>bb2);
|
||
|
||
<span class="macro">assert_eq!</span>(branch_inst.get_operand(<span class="number">0</span>).unwrap().right().unwrap(), bb2);</code></pre></div>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.get_first_use" class="method"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#544-552">source</a><h4 class="code-header">pub fn <a href="#method.get_first_use" class="fn">get_first_use</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../values/struct.BasicValueUse.html" title="struct inkwell::values::BasicValueUse">BasicValueUse</a><'ctx>></h4></section></summary><div class="docblock"><p>Gets the first use of this <code>BasicBlock</code> if any.</p>
|
||
<p>The following example,</p>
|
||
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::AddressSpace;
|
||
<span class="kw">use </span>inkwell::context::Context;
|
||
<span class="kw">use </span>inkwell::values::BasicValue;
|
||
|
||
<span class="kw">let </span>context = Context::create();
|
||
<span class="kw">let </span>module = context.create_module(<span class="string">"ivs"</span>);
|
||
<span class="kw">let </span>builder = context.create_builder();
|
||
<span class="kw">let </span>void_type = context.void_type();
|
||
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&</span>[], <span class="bool-val">false</span>);
|
||
<span class="kw">let </span>fn_val = module.add_function(<span class="string">"my_fn"</span>, fn_type, <span class="prelude-val">None</span>);
|
||
<span class="kw">let </span>entry = context.append_basic_block(fn_val, <span class="string">"entry"</span>);
|
||
<span class="kw">let </span>bb1 = context.append_basic_block(fn_val, <span class="string">"bb1"</span>);
|
||
<span class="kw">let </span>bb2 = context.append_basic_block(fn_val, <span class="string">"bb2"</span>);
|
||
builder.position_at_end(entry);
|
||
<span class="kw">let </span>branch_inst = builder.build_unconditional_branch(bb1);
|
||
|
||
<span class="macro">assert!</span>(bb2.get_first_use().is_none());
|
||
<span class="macro">assert!</span>(bb1.get_first_use().is_some());</code></pre></div>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.get_address" class="method"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#575-588">source</a><h4 class="code-header">pub unsafe fn <a href="#method.get_address" class="fn">get_address</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../values/struct.PointerValue.html" title="struct inkwell::values::PointerValue">PointerValue</a><'ctx>></h4></section></summary><div class="docblock"><p>Gets the address of this <code>BasicBlock</code> if possible. Returns <code>None</code> if <code>self</code> is the entry block to a function.</p>
|
||
<h5 id="safety"><a href="#safety">Safety</a></h5>
|
||
<p>The returned PointerValue may only be used for <code>call</code> and <code>indirect_branch</code> instructions</p>
|
||
<h5 id="example-14"><a href="#example-14">Example</a></h5>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>inkwell::context::Context;
|
||
<span class="kw">let </span>context = Context::create();
|
||
<span class="kw">let </span>module = context.create_module(<span class="string">"my_mod"</span>);
|
||
<span class="kw">let </span>void_type = context.void_type();
|
||
<span class="kw">let </span>fn_type = void_type.fn_type(<span class="kw-2">&</span>[], <span class="bool-val">false</span>);
|
||
<span class="kw">let </span>fn_val = module.add_function(<span class="string">"my_fn"</span>, fn_type, <span class="prelude-val">None</span>);
|
||
<span class="kw">let </span>entry_bb = context.append_basic_block(fn_val, <span class="string">"entry"</span>);
|
||
<span class="kw">let </span>next_bb = context.append_basic_block(fn_val, <span class="string">"next"</span>);
|
||
|
||
<span class="macro">assert!</span>(<span class="kw">unsafe </span>{ entry_bb.get_address() }.is_none());
|
||
<span class="macro">assert!</span>(<span class="kw">unsafe </span>{ next_bb.get_address() }.is_some());</code></pre></div>
|
||
</div></details></div></details></div><h2 id="trait-implementations" class="section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Clone-for-BasicBlock%3C'ctx%3E" class="impl"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#27">source</a><a href="#impl-Clone-for-BasicBlock%3C'ctx%3E" class="anchor">§</a><h3 class="code-header">impl<'ctx> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="struct.BasicBlock.html" title="struct inkwell::basic_block::BasicBlock">BasicBlock</a><'ctx></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone" class="method trait-impl"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#27">source</a><a href="#method.clone" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html#tymethod.clone" class="fn">clone</a>(&self) -> <a class="struct" href="struct.BasicBlock.html" title="struct inkwell::basic_block::BasicBlock">BasicBlock</a><'ctx></h4></section></summary><div class='docblock'>Returns a copy of the value. <a href="https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html#tymethod.clone">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_from" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.76.0/src/core/clone.rs.html#169">source</a></span><a href="#method.clone_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html#method.clone_from" class="fn">clone_from</a>(&mut self, source: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&Self</a>)</h4></section></summary><div class='docblock'>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html#method.clone_from">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Debug-for-BasicBlock%3C'_%3E" class="impl"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#591-604">source</a><a href="#impl-Debug-for-BasicBlock%3C'_%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="struct.BasicBlock.html" title="struct inkwell::basic_block::BasicBlock">BasicBlock</a><'_></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt" class="method trait-impl"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#592-603">source</a><a href="#method.fmt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/fmt/trait.Debug.html#tymethod.fmt" class="fn">fmt</a>(&self, f: &mut <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a><'_>) -> <a class="type" href="https://doc.rust-lang.org/1.76.0/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/1.76.0/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Hash-for-BasicBlock%3C'ctx%3E" class="impl"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#27">source</a><a href="#impl-Hash-for-BasicBlock%3C'ctx%3E" class="anchor">§</a><h3 class="code-header">impl<'ctx> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hash.html" title="trait core::hash::Hash">Hash</a> for <a class="struct" href="struct.BasicBlock.html" title="struct inkwell::basic_block::BasicBlock">BasicBlock</a><'ctx></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.hash" class="method trait-impl"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#27">source</a><a href="#method.hash" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hash.html#tymethod.hash" class="fn">hash</a><__H: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>>(&self, state: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&mut __H</a>)</h4></section></summary><div class='docblock'>Feeds this value into the given <a href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hasher.html" title="trait core::hash::Hasher"><code>Hasher</code></a>. <a href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hash.html#tymethod.hash">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.hash_slice" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.3.0">1.3.0</span> · <a class="src" href="https://doc.rust-lang.org/1.76.0/src/core/hash/mod.rs.html#238-240">source</a></span><a href="#method.hash_slice" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hash.html#method.hash_slice" class="fn">hash_slice</a><H>(data: &<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.slice.html">[Self]</a>, state: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&mut H</a>)<div class="where">where
|
||
H: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>,
|
||
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Feeds a slice of this type into the given <a href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hasher.html" title="trait core::hash::Hasher"><code>Hasher</code></a>. <a href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hash.html#method.hash_slice">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq-for-BasicBlock%3C'ctx%3E" class="impl"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#27">source</a><a href="#impl-PartialEq-for-BasicBlock%3C'ctx%3E" class="anchor">§</a><h3 class="code-header">impl<'ctx> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a> for <a class="struct" href="struct.BasicBlock.html" title="struct inkwell::basic_block::BasicBlock">BasicBlock</a><'ctx></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq" class="method trait-impl"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#27">source</a><a href="#method.eq" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="struct" href="struct.BasicBlock.html" title="struct inkwell::basic_block::BasicBlock">BasicBlock</a><'ctx>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used
|
||
by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.76.0/src/core/cmp.rs.html#242">source</a></span><a href="#method.ne" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>This method tests for <code>!=</code>. The default implementation is almost always
|
||
sufficient, and should not be overridden without very good reason.</div></details></div></details><section id="impl-Copy-for-BasicBlock%3C'ctx%3E" class="impl"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#27">source</a><a href="#impl-Copy-for-BasicBlock%3C'ctx%3E" class="anchor">§</a><h3 class="code-header">impl<'ctx> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a> for <a class="struct" href="struct.BasicBlock.html" title="struct inkwell::basic_block::BasicBlock">BasicBlock</a><'ctx></h3></section><section id="impl-Eq-for-BasicBlock%3C'ctx%3E" class="impl"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#27">source</a><a href="#impl-Eq-for-BasicBlock%3C'ctx%3E" class="anchor">§</a><h3 class="code-header">impl<'ctx> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for <a class="struct" href="struct.BasicBlock.html" title="struct inkwell::basic_block::BasicBlock">BasicBlock</a><'ctx></h3></section><section id="impl-StructuralEq-for-BasicBlock%3C'ctx%3E" class="impl"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#27">source</a><a href="#impl-StructuralEq-for-BasicBlock%3C'ctx%3E" class="anchor">§</a><h3 class="code-header">impl<'ctx> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.StructuralEq.html" title="trait core::marker::StructuralEq">StructuralEq</a> for <a class="struct" href="struct.BasicBlock.html" title="struct inkwell::basic_block::BasicBlock">BasicBlock</a><'ctx></h3></section><section id="impl-StructuralPartialEq-for-BasicBlock%3C'ctx%3E" class="impl"><a class="src rightside" href="../../src/inkwell/basic_block.rs.html#27">source</a><a href="#impl-StructuralPartialEq-for-BasicBlock%3C'ctx%3E" class="anchor">§</a><h3 class="code-header">impl<'ctx> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.StructuralPartialEq.html" title="trait core::marker::StructuralPartialEq">StructuralPartialEq</a> for <a class="struct" href="struct.BasicBlock.html" title="struct inkwell::basic_block::BasicBlock">BasicBlock</a><'ctx></h3></section></div><h2 id="synthetic-implementations" class="section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-BasicBlock%3C'ctx%3E" class="impl"><a href="#impl-RefUnwindSafe-for-BasicBlock%3C'ctx%3E" class="anchor">§</a><h3 class="code-header">impl<'ctx> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.BasicBlock.html" title="struct inkwell::basic_block::BasicBlock">BasicBlock</a><'ctx></h3></section><section id="impl-Send-for-BasicBlock%3C'ctx%3E" class="impl"><a href="#impl-Send-for-BasicBlock%3C'ctx%3E" class="anchor">§</a><h3 class="code-header">impl<'ctx> !<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.BasicBlock.html" title="struct inkwell::basic_block::BasicBlock">BasicBlock</a><'ctx></h3></section><section id="impl-Sync-for-BasicBlock%3C'ctx%3E" class="impl"><a href="#impl-Sync-for-BasicBlock%3C'ctx%3E" class="anchor">§</a><h3 class="code-header">impl<'ctx> !<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.BasicBlock.html" title="struct inkwell::basic_block::BasicBlock">BasicBlock</a><'ctx></h3></section><section id="impl-Unpin-for-BasicBlock%3C'ctx%3E" class="impl"><a href="#impl-Unpin-for-BasicBlock%3C'ctx%3E" class="anchor">§</a><h3 class="code-header">impl<'ctx> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.BasicBlock.html" title="struct inkwell::basic_block::BasicBlock">BasicBlock</a><'ctx></h3></section><section id="impl-UnwindSafe-for-BasicBlock%3C'ctx%3E" class="impl"><a href="#impl-UnwindSafe-for-BasicBlock%3C'ctx%3E" class="anchor">§</a><h3 class="code-header">impl<'ctx> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.BasicBlock.html" title="struct inkwell::basic_block::BasicBlock">BasicBlock</a><'ctx></h3></section></div><h2 id="blanket-implementations" class="section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/any.rs.html#140">source</a><a href="#impl-Any-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<div class="where">where
|
||
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/any.rs.html#141">source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/1.76.0/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/borrow.rs.html#208">source</a><a href="#impl-Borrow%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><T> for T<div class="where">where
|
||
T: ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/borrow.rs.html#210">source</a><a href="#method.borrow" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.Borrow.html#tymethod.borrow" class="fn">borrow</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&T</a></h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/borrow.rs.html#216">source</a><a href="#impl-BorrowMut%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T<div class="where">where
|
||
T: ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow_mut" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/borrow.rs.html#217">source</a><a href="#method.borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fn">borrow_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&mut T</a></h4></section></summary><div class='docblock'>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#763">source</a><a href="#impl-From%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#766">source</a><a href="#method.from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(t: T) -> T</h4></section></summary><div class="docblock"><p>Returns the argument unchanged.</p>
|
||
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#747-749">source</a><a href="#impl-Into%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><U> for T<div class="where">where
|
||
U: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#756">source</a><a href="#method.into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.Into.html#tymethod.into" class="fn">into</a>(self) -> U</h4></section></summary><div class="docblock"><p>Calls <code>U::from(self)</code>.</p>
|
||
<p>That is, this conversion is whatever the implementation of
|
||
<code><a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for U</code> chooses to do.</p>
|
||
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ToOwned-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/alloc/borrow.rs.html#83-85">source</a><a href="#impl-ToOwned-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T<div class="where">where
|
||
T: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Owned" class="associatedtype trait-impl"><a href="#associatedtype.Owned" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html#associatedtype.Owned" class="associatedtype">Owned</a> = T</h4></section></summary><div class='docblock'>The resulting type after obtaining ownership.</div></details><details class="toggle method-toggle" open><summary><section id="method.to_owned" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/alloc/borrow.rs.html#88">source</a><a href="#method.to_owned" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned" class="fn">to_owned</a>(&self) -> T</h4></section></summary><div class='docblock'>Creates owned data from borrowed data, usually by cloning. <a href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/alloc/borrow.rs.html#92">source</a><a href="#method.clone_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html#method.clone_into" class="fn">clone_into</a>(&self, target: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&mut T</a>)</h4></section></summary><div class='docblock'>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#803-805">source</a><a href="#impl-TryFrom%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U> for T<div class="where">where
|
||
U: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl"><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#810">source</a><a href="#method.try_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#tymethod.try_from" class="fn">try_from</a>(value: U) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, <T as <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryInto%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#788-790">source</a><a href="#impl-TryInto%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a><U> for T<div class="where">where
|
||
U: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryInto.html#associatedtype.Error" class="associatedtype">Error</a> = <U as <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#795">source</a><a href="#method.try_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryInto.html#tymethod.try_into" class="fn">try_into</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><U, <U as <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details></div><script type="text/json" id="notable-traits-data">{"InstructionIter<'ctx>":"<h3>Notable traits for <code><a class=\"struct\" href=\"struct.InstructionIter.html\" title=\"struct inkwell::basic_block::InstructionIter\">InstructionIter</a><'ctx></code></h3><pre><code><div class=\"where\">impl<'ctx> <a class=\"trait\" href=\"https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html\" title=\"trait core::iter::traits::iterator::Iterator\">Iterator</a> for <a class=\"struct\" href=\"struct.InstructionIter.html\" title=\"struct inkwell::basic_block::InstructionIter\">InstructionIter</a><'ctx></div><div class=\"where\"> type <a href=\"https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item\" class=\"associatedtype\">Item</a> = <a class=\"struct\" href=\"../values/struct.InstructionValue.html\" title=\"struct inkwell::values::InstructionValue\">InstructionValue</a><'ctx>;</div>"}</script></section></div></main></body></html> |