323 lines
No EOL
78 KiB
HTML
323 lines
No EOL
78 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="API documentation for the Rust `Array` trait in crate `smallvec`.">
|
||
<meta name="keywords" content="rust, rustlang, rust-lang, Array">
|
||
|
||
<title>smallvec::Array - Rust</title>
|
||
|
||
<link rel="stylesheet" type="text/css" href="../normalize.css">
|
||
<link rel="stylesheet" type="text/css" href="../rustdoc.css" id="mainThemeStyle">
|
||
|
||
<link rel="stylesheet" type="text/css" href="../dark.css">
|
||
<link rel="stylesheet" type="text/css" href="../main.css" id="themeStyle">
|
||
<script src="../storage.js"></script>
|
||
|
||
|
||
|
||
|
||
</head>
|
||
<body class="rustdoc trait">
|
||
<!--[if lte IE 8]>
|
||
<div class="warning">
|
||
This old browser is unsupported and will most likely display funky
|
||
things.
|
||
</div>
|
||
<![endif]-->
|
||
|
||
|
||
|
||
<nav class="sidebar">
|
||
<div class="sidebar-menu">☰</div>
|
||
|
||
<p class='location'>Trait Array</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#associated-types">Associated Types</a><div class="sidebar-links"><a href="#associatedtype.Item">Item</a></div><a class="sidebar-title" href="#required-methods">Required Methods</a><div class="sidebar-links"><a href="#tymethod.size">size</a><a href="#tymethod.ptr">ptr</a><a href="#tymethod.ptr_mut">ptr_mut</a></div><a class="sidebar-title" href="#foreign-impls">Implementations on Foreign Types</a><div class="sidebar-links"><a href="#impl-Array">[T; 1]</a><a href="#impl-Array">[T; 2]</a><a href="#impl-Array">[T; 3]</a><a href="#impl-Array">[T; 4]</a><a href="#impl-Array">[T; 5]</a><a href="#impl-Array">[T; 6]</a><a href="#impl-Array">[T; 7]</a><a href="#impl-Array">[T; 8]</a><a href="#impl-Array">[T; 9]</a><a href="#impl-Array">[T; 10]</a><a href="#impl-Array">[T; 11]</a><a href="#impl-Array">[T; 12]</a><a href="#impl-Array">[T; 13]</a><a href="#impl-Array">[T; 14]</a><a href="#impl-Array">[T; 15]</a><a href="#impl-Array">[T; 16]</a><a href="#impl-Array">[T; 20]</a><a href="#impl-Array">[T; 24]</a><a href="#impl-Array">[T; 32]</a><a href="#impl-Array">[T; 64]</a><a href="#impl-Array">[T; 128]</a><a href="#impl-Array">[T; 256]</a><a href="#impl-Array">[T; 512]</a><a href="#impl-Array">[T; 1024]</a><a href="#impl-Array">[T; 2048]</a><a href="#impl-Array">[T; 4096]</a><a href="#impl-Array">[T; 8192]</a><a href="#impl-Array">[T; 16384]</a><a href="#impl-Array">[T; 32768]</a><a href="#impl-Array">[T; 65536]</a><a href="#impl-Array">[T; 131072]</a><a href="#impl-Array">[T; 262144]</a><a href="#impl-Array">[T; 524288]</a><a href="#impl-Array">[T; 1048576]</a></div><a class="sidebar-title" href="#implementors">Implementors</a></div><p class='location'><a href='index.html'>smallvec</a></p><script>window.sidebarCurrent = {name: 'Array', ty: 'trait', relpath: ''};</script><script defer src="sidebar-items.js"></script></div>
|
||
</nav>
|
||
|
||
<div class="theme-picker">
|
||
<button id="theme-picker" aria-label="Pick another theme!">
|
||
<img src="../brush.svg" width="18" alt="Pick another theme!">
|
||
</button>
|
||
<div id="theme-choices"></div>
|
||
</div>
|
||
<script src="../theme.js"></script>
|
||
<nav class="sub">
|
||
<form class="search-form js-only">
|
||
<div class="search-container">
|
||
<input class="search-input" name="search"
|
||
autocomplete="off"
|
||
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
|
||
type="search">
|
||
</div>
|
||
</form>
|
||
</nav>
|
||
|
||
<section id='main' class="content">
|
||
<h1 class='fqn'><span class='in-band'>Trait <a href='index.html'>smallvec</a>::<wbr><a class="trait" href=''>Array</a></span><span class='out-of-band'><span id='render-detail'>
|
||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||
[<span class='inner'>−</span>]
|
||
</a>
|
||
</span><a class='srclink' href='../src/smallvec/lib.rs.html#638-643' title='goto source code'>[src]</a></span></h1>
|
||
<pre class='rust trait'>pub unsafe trait Array {
|
||
type <a href='#associatedtype.Item' class="type">Item</a>;
|
||
fn <a href='#tymethod.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>;
|
||
<div class='item-spacer'></div> fn <a href='#tymethod.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a>Self::<a class="type" href="../smallvec/trait.Array.html#associatedtype.Item" title="type smallvec::Array::Item">Item</a>;
|
||
<div class='item-spacer'></div> fn <a href='#tymethod.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a>Self::<a class="type" href="../smallvec/trait.Array.html#associatedtype.Item" title="type smallvec::Array::Item">Item</a>;
|
||
}</pre>
|
||
<h2 id='associated-types' class='small-section-header'>
|
||
Associated Types<a href='#associated-types' class='anchor'></a>
|
||
</h2>
|
||
<div class='methods'>
|
||
<h3 id='associatedtype.Item' class='method'><span id='Item.t' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a></code></span></h3></div>
|
||
<h2 id='required-methods' class='small-section-header'>
|
||
Required Methods<a href='#required-methods' class='anchor'></a>
|
||
</h2>
|
||
<div class='methods'>
|
||
<h3 id='tymethod.size' class='method'><span id='size.v' class='invisible'><code>fn <a href='#tymethod.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span></h3><h3 id='tymethod.ptr' class='method'><span id='ptr.v' class='invisible'><code>fn <a href='#tymethod.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a>Self::<a class="type" href="../smallvec/trait.Array.html#associatedtype.Item" title="type smallvec::Array::Item">Item</a></code></span></h3><h3 id='tymethod.ptr_mut' class='method'><span id='ptr_mut.v' class='invisible'><code>fn <a href='#tymethod.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a>Self::<a class="type" href="../smallvec/trait.Array.html#associatedtype.Item" title="type smallvec::Array::Item">Item</a></code></span></h3></div>
|
||
<h2 id='foreign-impls' class='small-section-header'>
|
||
Implementations on Foreign Types<a href='#foreign-impls' class='anchor'></a>
|
||
</h2>
|
||
<h3 id='impl-Array' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 1]</a></code><a href='#impl-Array' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-1' class="type"><span id='Item.t-1' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size' class="method"><span id='size.v-1' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr' class="method"><span id='ptr.v-1' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut' class="method"><span id='ptr_mut.v-1' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-1' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 2]</a></code><a href='#impl-Array-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-2' class="type"><span id='Item.t-2' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-1' class="method"><span id='size.v-2' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-1' class="method"><span id='ptr.v-2' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-1' class="method"><span id='ptr_mut.v-2' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-2' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 3]</a></code><a href='#impl-Array-2' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-3' class="type"><span id='Item.t-3' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-2' class="method"><span id='size.v-3' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-2' class="method"><span id='ptr.v-3' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-2' class="method"><span id='ptr_mut.v-3' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-3' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 4]</a></code><a href='#impl-Array-3' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-4' class="type"><span id='Item.t-4' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-3' class="method"><span id='size.v-4' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-3' class="method"><span id='ptr.v-4' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-3' class="method"><span id='ptr_mut.v-4' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-4' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 5]</a></code><a href='#impl-Array-4' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-5' class="type"><span id='Item.t-5' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-4' class="method"><span id='size.v-5' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-4' class="method"><span id='ptr.v-5' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-4' class="method"><span id='ptr_mut.v-5' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-5' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 6]</a></code><a href='#impl-Array-5' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-6' class="type"><span id='Item.t-6' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-5' class="method"><span id='size.v-6' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-5' class="method"><span id='ptr.v-6' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-5' class="method"><span id='ptr_mut.v-6' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-6' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 7]</a></code><a href='#impl-Array-6' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-7' class="type"><span id='Item.t-7' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-6' class="method"><span id='size.v-7' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-6' class="method"><span id='ptr.v-7' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-6' class="method"><span id='ptr_mut.v-7' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-7' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 8]</a></code><a href='#impl-Array-7' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-8' class="type"><span id='Item.t-8' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-7' class="method"><span id='size.v-8' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-7' class="method"><span id='ptr.v-8' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-7' class="method"><span id='ptr_mut.v-8' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-8' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 9]</a></code><a href='#impl-Array-8' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-9' class="type"><span id='Item.t-9' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-8' class="method"><span id='size.v-9' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-8' class="method"><span id='ptr.v-9' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-8' class="method"><span id='ptr_mut.v-9' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-9' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 10]</a></code><a href='#impl-Array-9' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-10' class="type"><span id='Item.t-10' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-9' class="method"><span id='size.v-10' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-9' class="method"><span id='ptr.v-10' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-9' class="method"><span id='ptr_mut.v-10' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-10' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 11]</a></code><a href='#impl-Array-10' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-11' class="type"><span id='Item.t-11' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-10' class="method"><span id='size.v-11' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-10' class="method"><span id='ptr.v-11' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-10' class="method"><span id='ptr_mut.v-11' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-11' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 12]</a></code><a href='#impl-Array-11' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-12' class="type"><span id='Item.t-12' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-11' class="method"><span id='size.v-12' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-11' class="method"><span id='ptr.v-12' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-11' class="method"><span id='ptr_mut.v-12' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-12' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 13]</a></code><a href='#impl-Array-12' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-13' class="type"><span id='Item.t-13' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-12' class="method"><span id='size.v-13' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-12' class="method"><span id='ptr.v-13' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-12' class="method"><span id='ptr_mut.v-13' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-13' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 14]</a></code><a href='#impl-Array-13' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-14' class="type"><span id='Item.t-14' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-13' class="method"><span id='size.v-14' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-13' class="method"><span id='ptr.v-14' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-13' class="method"><span id='ptr_mut.v-14' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-14' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 15]</a></code><a href='#impl-Array-14' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-15' class="type"><span id='Item.t-15' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-14' class="method"><span id='size.v-15' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-14' class="method"><span id='ptr.v-15' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-14' class="method"><span id='ptr_mut.v-15' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-15' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 16]</a></code><a href='#impl-Array-15' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-16' class="type"><span id='Item.t-16' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-15' class="method"><span id='size.v-16' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-15' class="method"><span id='ptr.v-16' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-15' class="method"><span id='ptr_mut.v-16' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-16' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 20]</a></code><a href='#impl-Array-16' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-17' class="type"><span id='Item.t-17' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-16' class="method"><span id='size.v-17' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-16' class="method"><span id='ptr.v-17' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-16' class="method"><span id='ptr_mut.v-17' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-17' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 24]</a></code><a href='#impl-Array-17' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-18' class="type"><span id='Item.t-18' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-17' class="method"><span id='size.v-18' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-17' class="method"><span id='ptr.v-18' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-17' class="method"><span id='ptr_mut.v-18' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-18' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 32]</a></code><a href='#impl-Array-18' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-19' class="type"><span id='Item.t-19' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-18' class="method"><span id='size.v-19' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-18' class="method"><span id='ptr.v-19' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-18' class="method"><span id='ptr_mut.v-19' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-19' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 64]</a></code><a href='#impl-Array-19' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-20' class="type"><span id='Item.t-20' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-19' class="method"><span id='size.v-20' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-19' class="method"><span id='ptr.v-20' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-19' class="method"><span id='ptr_mut.v-20' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-20' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 128]</a></code><a href='#impl-Array-20' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-21' class="type"><span id='Item.t-21' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-20' class="method"><span id='size.v-21' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-20' class="method"><span id='ptr.v-21' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-20' class="method"><span id='ptr_mut.v-21' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-21' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 256]</a></code><a href='#impl-Array-21' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-22' class="type"><span id='Item.t-22' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-21' class="method"><span id='size.v-22' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-21' class="method"><span id='ptr.v-22' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-21' class="method"><span id='ptr_mut.v-22' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-22' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 512]</a></code><a href='#impl-Array-22' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-23' class="type"><span id='Item.t-23' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-22' class="method"><span id='size.v-23' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-22' class="method"><span id='ptr.v-23' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-22' class="method"><span id='ptr_mut.v-23' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-23' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 1024]</a></code><a href='#impl-Array-23' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-24' class="type"><span id='Item.t-24' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-23' class="method"><span id='size.v-24' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-23' class="method"><span id='ptr.v-24' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-23' class="method"><span id='ptr_mut.v-24' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-24' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 2048]</a></code><a href='#impl-Array-24' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-25' class="type"><span id='Item.t-25' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-24' class="method"><span id='size.v-25' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-24' class="method"><span id='ptr.v-25' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-24' class="method"><span id='ptr_mut.v-25' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-25' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 4096]</a></code><a href='#impl-Array-25' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-26' class="type"><span id='Item.t-26' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-25' class="method"><span id='size.v-26' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-25' class="method"><span id='ptr.v-26' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-25' class="method"><span id='ptr_mut.v-26' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-26' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 8192]</a></code><a href='#impl-Array-26' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-27' class="type"><span id='Item.t-27' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-26' class="method"><span id='size.v-27' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-26' class="method"><span id='ptr.v-27' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-26' class="method"><span id='ptr_mut.v-27' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-27' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 16384]</a></code><a href='#impl-Array-27' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-28' class="type"><span id='Item.t-28' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-27' class="method"><span id='size.v-28' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-27' class="method"><span id='ptr.v-28' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-27' class="method"><span id='ptr_mut.v-28' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-28' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 32768]</a></code><a href='#impl-Array-28' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-29' class="type"><span id='Item.t-29' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-28' class="method"><span id='size.v-29' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-28' class="method"><span id='ptr.v-29' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-28' class="method"><span id='ptr_mut.v-29' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-29' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 65536]</a></code><a href='#impl-Array-29' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-30' class="type"><span id='Item.t-30' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-29' class="method"><span id='size.v-30' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-29' class="method"><span id='ptr.v-30' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-29' class="method"><span id='ptr_mut.v-30' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-30' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 131072]</a></code><a href='#impl-Array-30' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-31' class="type"><span id='Item.t-31' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-30' class="method"><span id='size.v-31' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-30' class="method"><span id='ptr.v-31' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-30' class="method"><span id='ptr_mut.v-31' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-31' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 262144]</a></code><a href='#impl-Array-31' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-32' class="type"><span id='Item.t-32' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-31' class="method"><span id='size.v-32' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-31' class="method"><span id='ptr.v-32' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-31' class="method"><span id='ptr_mut.v-32' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-32' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 524288]</a></code><a href='#impl-Array-32' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-33' class="type"><span id='Item.t-33' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-32' class="method"><span id='size.v-33' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-32' class="method"><span id='ptr.v-33' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-32' class="method"><span id='ptr_mut.v-33' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span><h3 id='impl-Array-33' class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="../smallvec/trait.Array.html" title="trait smallvec::Array">Array</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>T<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 1048576]</a></code><a href='#impl-Array-33' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#648-653' title='goto source code'>[src]</a></span></h3>
|
||
<span class='docblock autohide'><div class='impl-items'><h4 id='associatedtype.Item-34' class="type"><span id='Item.t-34' class='invisible'><code>type <a href='#associatedtype.Item' class="type">Item</a> = T</code></span></h4>
|
||
<h4 id='method.size-33' class="method"><span id='size.v-34' class='invisible'><code>fn <a href='#method.size' class='fnname'>size</a>() -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#650' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr-33' class="method"><span id='ptr.v-34' class='invisible'><code>fn <a href='#method.ptr' class='fnname'>ptr</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#651' title='goto source code'>[src]</a></span></h4>
|
||
<h4 id='method.ptr_mut-33' class="method"><span id='ptr_mut.v-34' class='invisible'><code>fn <a href='#method.ptr_mut' class='fnname'>ptr_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut T</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/smallvec/lib.rs.html#652' title='goto source code'>[src]</a></span></h4>
|
||
</div></span>
|
||
<h2 id='implementors' class='small-section-header'>
|
||
Implementors<a href='#implementors' class='anchor'></a>
|
||
</h2>
|
||
<ul class='item-list' id='implementors-list'>
|
||
</ul><script type="text/javascript" async
|
||
src="../implementors/smallvec/trait.Array.js">
|
||
</script></section>
|
||
<section id='search' class="content hidden"></section>
|
||
|
||
<section class="footer"></section>
|
||
|
||
<aside id="help" class="hidden">
|
||
<div>
|
||
<h1 class="hidden">Help</h1>
|
||
|
||
<div class="shortcuts">
|
||
<h2>Keyboard Shortcuts</h2>
|
||
|
||
<dl>
|
||
<dt><kbd>?</kbd></dt>
|
||
<dd>Show this help dialog</dd>
|
||
<dt><kbd>S</kbd></dt>
|
||
<dd>Focus the search field</dd>
|
||
<dt><kbd>↑</kbd></dt>
|
||
<dd>Move up in search results</dd>
|
||
<dt><kbd>↓</kbd></dt>
|
||
<dd>Move down in search results</dd>
|
||
<dt><kbd>↹</kbd></dt>
|
||
<dd>Switch tab</dd>
|
||
<dt><kbd>⏎</kbd></dt>
|
||
<dd>Go to active search result</dd>
|
||
<dt><kbd>+</kbd></dt>
|
||
<dd>Expand all sections</dd>
|
||
<dt><kbd>-</kbd></dt>
|
||
<dd>Collapse all sections</dd>
|
||
</dl>
|
||
</div>
|
||
|
||
<div class="infos">
|
||
<h2>Search Tricks</h2>
|
||
|
||
<p>
|
||
Prefix searches with a type followed by a colon (e.g.
|
||
<code>fn:</code>) to restrict the search to a given type.
|
||
</p>
|
||
|
||
<p>
|
||
Accepted types are: <code>fn</code>, <code>mod</code>,
|
||
<code>struct</code>, <code>enum</code>,
|
||
<code>trait</code>, <code>type</code>, <code>macro</code>,
|
||
and <code>const</code>.
|
||
</p>
|
||
|
||
<p>
|
||
Search functions by type signature (e.g.
|
||
<code>vec -> usize</code> or <code>* -> vec</code>)
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</aside>
|
||
|
||
|
||
|
||
<script>
|
||
window.rootPath = "../";
|
||
window.currentCrate = "smallvec";
|
||
</script>
|
||
<script src="../main.js"></script>
|
||
<script defer src="../search-index.js"></script>
|
||
</body>
|
||
</html> |