</div></details><h2 id="fields" class="fields section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.inner" class="structfield section-header"><a href="#structfield.inner" class="anchor field">§</a><code>inner: <a class="struct" href="https://doc.rust-lang.org/1.88.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><U></code></span><span id="structfield.as_keys" class="structfield section-header"><a href="#structfield.as_keys" class="anchor field">§</a><code>as_keys: <a class="struct" href="https://doc.rust-lang.org/1.88.0/core/marker/struct.PhantomData.html" title="struct core::marker::PhantomData">PhantomData</a><T></code></span><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-HandleVec%3CT,+U%3E" class="impl"><a class="src rightside" href="../../../src/naga/arena/handlevec.rs.html#38-92">Source</a><a href="#impl-HandleVec%3CT,+U%3E" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="struct" href="struct.HandleVec.html" title="struct naga::arena::handlevec::HandleVec">HandleVec</a><T, U></h3></section></summary><div class="impl-items"><section id="method.new" class="method"><a class="src rightside" href="../../../src/naga/arena/handlevec.rs.html#39-44">Source</a><h4 class="code-header">pub(crate) const fn <a href="#method.new" class="fn">new</a>() -> Self</h4></section><section id="method.with_capacity" class="method"><a class="src rightside" href="../../../src/naga/arena/handlevec.rs.html#46-51">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.with_capacity" class="fn">with_capacity</a>(capacity: <a class="primitive" href="https://doc.rust-lang.org/1.88.0/std/primitive.usize.html">usize</a>) -> Self</h4></section><section id="method.len" class="method"><a class="src rightside" href="../../../src/naga/arena/handlevec.rs.html#53-55">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.len" class="fn">len</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.88.0/std/primitive.usize.html">usize</a></h4></section><details class="toggle method-toggle" open><summary><section id="method.insert" class="method"><a class="src rightside" href="../../../src/naga/arena/handlevec.rs.html#65-68">Source</a><h4 class="code-header">pub(crate) fn <a href="#method.insert" class="fn">insert</a>(&mut self, handle: <a class="struct" href="../../struct.Handle.html" title="struct naga::Handle">Handle</a><T>, value: U)</h4></section></summary><div class="docblock"><p>Insert a mapping from <code>handle</code> to <code>value</code>.</p>
0 commit comments