Adding large folders

This commit is contained in:
2026-02-26 12:00:21 -05:00
parent 5400d82acd
commit 49701c85ad
47332 changed files with 1942573 additions and 0 deletions

View File

@@ -0,0 +1 @@
<!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="List of all items in this crate"><title>List of all items in this crate</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-ca0dd0c4.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="alloc_no_stdlib" data-themes="" data-resource-suffix="" data-rustdoc-version="1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)" data-channel="1.93.1" data-search-js="search-9e2438ea.js" data-stringdex-js="stringdex-a3946164.js" data-settings-js="settings-c38705f0.js" ><script src="../static.files/storage-e2aeef58.js"></script><script defer src="../static.files/main-a410ff4d.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc mod sys"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">All</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../alloc_no_stdlib/index.html">alloc_<wbr>no_<wbr>stdlib</a><span class="version">2.0.4</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h3><a href="#macros">Crate Items</a></h3><ul class="block"><li><a href="#macros" title="Macros">Macros</a></li><li><a href="#structs" title="Structs">Structs</a></li><li><a href="#enums" title="Enums">Enums</a></li><li><a href="#traits" title="Traits">Traits</a></li><li><a href="#functions" title="Functions">Functions</a></li></ul></section><div id="rustdoc-modnav"></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><h1>List of all items</h1><rustdoc-toolbar></rustdoc-toolbar></div><h3 id="structs">Structs</h3><ul class="all-items"><li><a href="struct.AllocatedStackMemory.html">AllocatedStackMemory</a></li><li><a href="struct.CallocBackingStore.html">CallocBackingStore</a></li><li><a href="struct.StackAllocator.html">StackAllocator</a></li></ul><h3 id="enums">Enums</h3><ul class="all-items"><li><a href="enum.AllocatorC.html">AllocatorC</a></li></ul><h3 id="traits">Traits</h3><ul class="all-items"><li><a href="trait.AllocatedSlice.html">AllocatedSlice</a></li><li><a href="trait.Allocator.html">Allocator</a></li><li><a href="trait.SliceWrapper.html">SliceWrapper</a></li><li><a href="trait.SliceWrapperMut.html">SliceWrapperMut</a></li></ul><h3 id="macros">Macros</h3><ul class="all-items"><li><a href="macro.bind_global_buffers_to_allocator.html">bind_global_buffers_to_allocator</a></li><li><a href="macro.declare_stack_allocator_struct.html">declare_stack_allocator_struct</a></li><li><a href="macro.define_allocator_memory_pool.html">define_allocator_memory_pool</a></li><li><a href="macro.define_index_ops.html">define_index_ops</a></li><li><a href="macro.define_index_ops_mut.html">define_index_ops_mut</a></li><li><a href="macro.define_stack_allocator_traits.html">define_stack_allocator_traits</a></li><li><a href="macro.static_array.html">static_array</a></li></ul><h3 id="functions">Functions</h3><ul class="all-items"><li><a href="fn.bzero.html">bzero</a></li><li><a href="fn.uninitialized.html">uninitialized</a></li></ul></section></div></main></body></html>

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../alloc_no_stdlib/trait.AllocatedSlice.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../alloc_no_stdlib/trait.AllocatedSlice.html">../../alloc_no_stdlib/trait.AllocatedSlice.html</a>...</p>
<script>location.replace("../../alloc_no_stdlib/trait.AllocatedSlice.html" + location.search + location.hash);</script>
</body>
</html>

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../alloc_no_stdlib/trait.SliceWrapper.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../alloc_no_stdlib/trait.SliceWrapper.html">../../alloc_no_stdlib/trait.SliceWrapper.html</a>...</p>
<script>location.replace("../../alloc_no_stdlib/trait.SliceWrapper.html" + location.search + location.hash);</script>
</body>
</html>

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../alloc_no_stdlib/trait.SliceWrapperMut.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../alloc_no_stdlib/trait.SliceWrapperMut.html">../../alloc_no_stdlib/trait.SliceWrapperMut.html</a>...</p>
<script>location.replace("../../alloc_no_stdlib/trait.SliceWrapperMut.html" + location.search + location.hash);</script>
</body>
</html>

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../alloc_no_stdlib/struct.AllocatedStackMemory.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../alloc_no_stdlib/struct.AllocatedStackMemory.html">../../alloc_no_stdlib/struct.AllocatedStackMemory.html</a>...</p>
<script>location.replace("../../alloc_no_stdlib/struct.AllocatedStackMemory.html" + location.search + location.hash);</script>
</body>
</html>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
<!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 `bzero` fn in crate `alloc_no_stdlib`."><title>bzero in alloc_no_stdlib - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-ca0dd0c4.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="alloc_no_stdlib" data-themes="" data-resource-suffix="" data-rustdoc-version="1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)" data-channel="1.93.1" data-search-js="search-9e2438ea.js" data-stringdex-js="stringdex-a3946164.js" data-settings-js="settings-c38705f0.js" ><script src="../static.files/storage-e2aeef58.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-a410ff4d.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc fn"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">bzero</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../alloc_no_stdlib/index.html">alloc_<wbr>no_<wbr>stdlib</a><span class="version">2.0.4</span></h2></div><div class="sidebar-elems"><div id="rustdoc-modnav"></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="index.html">alloc_no_stdlib</a></div><h1>Function <span class="fn">bzero</span>&nbsp;<button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/alloc_no_stdlib/lib.rs.html#18-22">Source</a> </span></div><pre class="rust item-decl"><code>pub fn bzero&lt;T: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/default/trait.Default.html" title="trait core::default::Default">Default</a>&gt;(data: &amp;mut <a class="primitive" href="https://doc.rust-lang.org/1.93.1/core/primitive.slice.html">[T]</a>)</code></pre></section></div></main></body></html>

View File

@@ -0,0 +1 @@
<!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 `uninitialized` fn in crate `alloc_no_stdlib`."><title>uninitialized in alloc_no_stdlib - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-ca0dd0c4.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="alloc_no_stdlib" data-themes="" data-resource-suffix="" data-rustdoc-version="1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)" data-channel="1.93.1" data-search-js="search-9e2438ea.js" data-stringdex-js="stringdex-a3946164.js" data-settings-js="settings-c38705f0.js" ><script src="../static.files/storage-e2aeef58.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-a410ff4d.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc fn"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">uninitialized</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../alloc_no_stdlib/index.html">alloc_<wbr>no_<wbr>stdlib</a><span class="version">2.0.4</span></h2></div><div class="sidebar-elems"><div id="rustdoc-modnav"></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="index.html">alloc_no_stdlib</a></div><h1>Function <span class="fn">uninitialized</span>&nbsp;<button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/alloc_no_stdlib/lib.rs.html#24">Source</a> </span></div><pre class="rust item-decl"><code>pub fn uninitialized&lt;T&gt;(_data: &amp;mut <a class="primitive" href="https://doc.rust-lang.org/1.93.1/core/primitive.slice.html">[T]</a>)</code></pre></section></div></main></body></html>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
<!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 `init` mod in crate `alloc_no_stdlib`."><title>alloc_no_stdlib::init - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../static.files/rustdoc-ca0dd0c4.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="alloc_no_stdlib" data-themes="" data-resource-suffix="" data-rustdoc-version="1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)" data-channel="1.93.1" data-search-js="search-9e2438ea.js" data-stringdex-js="stringdex-a3946164.js" data-settings-js="settings-c38705f0.js" ><script src="../../static.files/storage-e2aeef58.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../static.files/main-a410ff4d.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-044be391.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">Module init</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../alloc_no_stdlib/index.html">alloc_<wbr>no_<wbr>stdlib</a><span class="version">2.0.4</span></h2></div><div class="sidebar-elems"><div id="rustdoc-modnav"><h2 class="in-crate"><a href="../index.html">In crate alloc_<wbr>no_<wbr>stdlib</a></h2></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="../index.html">alloc_no_stdlib</a></div><h1>Module <span>init</span>&nbsp;<button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../src/alloc_no_stdlib/init.rs.html#1-221">Source</a> </span></div></section></div></main></body></html>

View File

@@ -0,0 +1 @@
window.SIDEBAR_ITEMS = {};

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=macro.bind_global_buffers_to_allocator.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="macro.bind_global_buffers_to_allocator.html">macro.bind_global_buffers_to_allocator.html</a>...</p>
<script>location.replace("macro.bind_global_buffers_to_allocator.html" + location.search + location.hash);</script>
</body>
</html>

View File

@@ -0,0 +1,3 @@
<!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 `bind_global_buffers_to_allocator` macro in crate `alloc_no_stdlib`."><title>bind_global_buffers_to_allocator in alloc_no_stdlib - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-ca0dd0c4.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="alloc_no_stdlib" data-themes="" data-resource-suffix="" data-rustdoc-version="1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)" data-channel="1.93.1" data-search-js="search-9e2438ea.js" data-stringdex-js="stringdex-a3946164.js" data-settings-js="settings-c38705f0.js" ><script src="../static.files/storage-e2aeef58.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-a410ff4d.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc macro"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">bind_global_buffers_to_allocator</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../alloc_no_stdlib/index.html">alloc_<wbr>no_<wbr>stdlib</a><span class="version">2.0.4</span></h2></div><div class="sidebar-elems"><div id="rustdoc-modnav"></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="index.html">alloc_no_stdlib</a></div><h1>Macro <span class="macro">bind_<wbr>global_<wbr>buffers_<wbr>to_<wbr>allocator</span>&nbsp;<button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/alloc_no_stdlib/init.rs.html#181-187">Source</a> </span></div><pre class="rust item-decl"><code>macro_rules! bind_global_buffers_to_allocator {
($allocator : expr, $buffer : ident, $T : ty) =&gt; { ... };
}</code></pre></section></div></main></body></html>

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=macro.declare_stack_allocator_struct.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="macro.declare_stack_allocator_struct.html">macro.declare_stack_allocator_struct.html</a>...</p>
<script>location.replace("macro.declare_stack_allocator_struct.html" + location.search + location.hash);</script>
</body>
</html>

View File

@@ -0,0 +1,9 @@
<!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 `declare_stack_allocator_struct` macro in crate `alloc_no_stdlib`."><title>declare_stack_allocator_struct in alloc_no_stdlib - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-ca0dd0c4.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="alloc_no_stdlib" data-themes="" data-resource-suffix="" data-rustdoc-version="1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)" data-channel="1.93.1" data-search-js="search-9e2438ea.js" data-stringdex-js="stringdex-a3946164.js" data-settings-js="settings-c38705f0.js" ><script src="../static.files/storage-e2aeef58.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-a410ff4d.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc macro"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">declare_stack_allocator_struct</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../alloc_no_stdlib/index.html">alloc_<wbr>no_<wbr>stdlib</a><span class="version">2.0.4</span></h2></div><div class="sidebar-elems"><div id="rustdoc-modnav"></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="index.html">alloc_no_stdlib</a></div><h1>Macro <span class="macro">declare_<wbr>stack_<wbr>allocator_<wbr>struct</span>&nbsp;<button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/alloc_no_stdlib/init.rs.html#107-179">Source</a> </span></div><pre class="rust item-decl"><code>macro_rules! declare_stack_allocator_struct {
(@as_expr $expr : expr) =&gt; { ... };
(@new_method $name : ident, $freelist_size : tt) =&gt; { ... };
(@new_calloc_method $name : ident, $freelist_size : tt) =&gt; { ... };
($name :ident, $freelist_size : tt, malloc) =&gt; { ... };
($name :ident, $freelist_size : tt, calloc) =&gt; { ... };
($name :ident, $freelist_size : tt, stack) =&gt; { ... };
($name :ident, $freelist_size : expr, global) =&gt; { ... };
}</code></pre></section></div></main></body></html>

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=macro.define_allocator_memory_pool.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="macro.define_allocator_memory_pool.html">macro.define_allocator_memory_pool.html</a>...</p>
<script>location.replace("macro.define_allocator_memory_pool.html" + location.search + location.hash);</script>
</body>
</html>

View File

@@ -0,0 +1,10 @@
<!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 `define_allocator_memory_pool` macro in crate `alloc_no_stdlib`."><title>define_allocator_memory_pool in alloc_no_stdlib - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-ca0dd0c4.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="alloc_no_stdlib" data-themes="" data-resource-suffix="" data-rustdoc-version="1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)" data-channel="1.93.1" data-search-js="search-9e2438ea.js" data-stringdex-js="stringdex-a3946164.js" data-settings-js="settings-c38705f0.js" ><script src="../static.files/storage-e2aeef58.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-a410ff4d.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc macro"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">define_allocator_memory_pool</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../alloc_no_stdlib/index.html">alloc_<wbr>no_<wbr>stdlib</a><span class="version">2.0.4</span></h2></div><div class="sidebar-elems"><div id="rustdoc-modnav"></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="index.html">alloc_no_stdlib</a></div><h1>Macro <span class="macro">define_<wbr>allocator_<wbr>memory_<wbr>pool</span>&nbsp;<button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/alloc_no_stdlib/init.rs.html#190-221">Source</a> </span></div><pre class="rust item-decl"><code>macro_rules! define_allocator_memory_pool {
(@as_expr $expr:expr) =&gt; { ... };
($freelist_size : tt, $T : ty, [0; $heap_size : expr], calloc) =&gt; { ... };
($freelist_size : tt, $T : ty, [0; $heap_size : expr], calloc_no_free) =&gt; { ... };
($freelist_size : tt, $T : ty, [0; $heap_size : expr], malloc) =&gt; { ... };
($freelist_size : tt, $T : ty, [0; $heap_size : expr], malloc_no_free) =&gt; { ... };
($freelist_size : tt, $T : ty, [$default_value : expr; $heap_size : expr], heap) =&gt; { ... };
($freelist_size : tt, $T : ty, [$default_value : expr; $heap_size : expr], stack) =&gt; { ... };
($freelist_size : tt, $T : ty, [$default_value : expr; $heap_size : expr], global, $name : ident) =&gt; { ... };
}</code></pre></section></div></main></body></html>

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=macro.define_index_ops.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="macro.define_index_ops.html">macro.define_index_ops.html</a>...</p>
<script>location.replace("macro.define_index_ops.html" + location.search + location.hash);</script>
</body>
</html>

View File

@@ -0,0 +1,4 @@
<!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 `define_index_ops` macro in crate `alloc_no_stdlib`."><title>define_index_ops in alloc_no_stdlib - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-ca0dd0c4.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="alloc_no_stdlib" data-themes="" data-resource-suffix="" data-rustdoc-version="1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)" data-channel="1.93.1" data-search-js="search-9e2438ea.js" data-stringdex-js="stringdex-a3946164.js" data-settings-js="settings-c38705f0.js" ><script src="../static.files/storage-e2aeef58.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-a410ff4d.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc macro"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">define_index_ops</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../alloc_no_stdlib/index.html">alloc_<wbr>no_<wbr>stdlib</a><span class="version">2.0.4</span></h2></div><div class="sidebar-elems"><div id="rustdoc-modnav"></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="index.html">alloc_no_stdlib</a></div><h1>Macro <span class="macro">define_<wbr>index_<wbr>ops</span>&nbsp;<button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/alloc_no_stdlib/allocated_memory/index_macro.rs.html#110-172">Source</a> </span></div><pre class="rust item-decl"><code>macro_rules! define_index_ops {
($T:ident, $MemoryType:ty) =&gt; { ... };
($T0: tt, $T:ident, $MemoryType:ty) =&gt; { ... };
}</code></pre></section></div></main></body></html>

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=macro.define_index_ops_mut.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="macro.define_index_ops_mut.html">macro.define_index_ops_mut.html</a>...</p>
<script>location.replace("macro.define_index_ops_mut.html" + location.search + location.hash);</script>
</body>
</html>

View File

@@ -0,0 +1,4 @@
<!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 `define_index_ops_mut` macro in crate `alloc_no_stdlib`."><title>define_index_ops_mut in alloc_no_stdlib - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-ca0dd0c4.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="alloc_no_stdlib" data-themes="" data-resource-suffix="" data-rustdoc-version="1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)" data-channel="1.93.1" data-search-js="search-9e2438ea.js" data-stringdex-js="stringdex-a3946164.js" data-settings-js="settings-c38705f0.js" ><script src="../static.files/storage-e2aeef58.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-a410ff4d.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc macro"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">define_index_ops_mut</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../alloc_no_stdlib/index.html">alloc_<wbr>no_<wbr>stdlib</a><span class="version">2.0.4</span></h2></div><div class="sidebar-elems"><div id="rustdoc-modnav"></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="index.html">alloc_no_stdlib</a></div><h1>Macro <span class="macro">define_<wbr>index_<wbr>ops_<wbr>mut</span>&nbsp;<button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/alloc_no_stdlib/allocated_memory/index_macro.rs.html#2-108">Source</a> </span></div><pre class="rust item-decl"><code>macro_rules! define_index_ops_mut {
($T:ident, $MemoryType:ty) =&gt; { ... };
($T0: ident, $T:ident, $MemoryType:ty) =&gt; { ... };
}</code></pre></section></div></main></body></html>

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=macro.define_stack_allocator_traits.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="macro.define_stack_allocator_traits.html">macro.define_stack_allocator_traits.html</a>...</p>
<script>location.replace("macro.define_stack_allocator_traits.html" + location.search + location.hash);</script>
</body>
</html>

View File

@@ -0,0 +1,8 @@
<!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 `define_stack_allocator_traits` macro in crate `alloc_no_stdlib`."><title>define_stack_allocator_traits in alloc_no_stdlib - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-ca0dd0c4.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="alloc_no_stdlib" data-themes="" data-resource-suffix="" data-rustdoc-version="1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)" data-channel="1.93.1" data-search-js="search-9e2438ea.js" data-stringdex-js="stringdex-a3946164.js" data-settings-js="settings-c38705f0.js" ><script src="../static.files/storage-e2aeef58.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-a410ff4d.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc macro"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">define_stack_allocator_traits</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../alloc_no_stdlib/index.html">alloc_<wbr>no_<wbr>stdlib</a><span class="version">2.0.4</span></h2></div><div class="sidebar-elems"><div id="rustdoc-modnav"></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="index.html">alloc_no_stdlib</a></div><h1>Macro <span class="macro">define_<wbr>stack_<wbr>allocator_<wbr>traits</span>&nbsp;<button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/alloc_no_stdlib/init.rs.html#41-104">Source</a> </span></div><pre class="rust item-decl"><code>macro_rules! define_stack_allocator_traits {
($name : ident, global) =&gt; { ... };
($name : ident, $freelist_size : tt, stack) =&gt; { ... };
($name : ident, heap) =&gt; { ... };
($name : ident, $freelist_size : tt, malloc) =&gt; { ... };
($name : ident, $freelist_size : tt, calloc) =&gt; { ... };
($name : ident, generic) =&gt; { ... };
}</code></pre></section></div></main></body></html>

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=macro.static_array.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="macro.static_array.html">macro.static_array.html</a>...</p>
<script>location.replace("macro.static_array.html" + location.search + location.hash);</script>
</body>
</html>

View File

@@ -0,0 +1,19 @@
<!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 `static_array` macro in crate `alloc_no_stdlib`."><title>static_array in alloc_no_stdlib - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-ca0dd0c4.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="alloc_no_stdlib" data-themes="" data-resource-suffix="" data-rustdoc-version="1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)" data-channel="1.93.1" data-search-js="search-9e2438ea.js" data-stringdex-js="stringdex-a3946164.js" data-settings-js="settings-c38705f0.js" ><script src="../static.files/storage-e2aeef58.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-a410ff4d.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc macro"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">static_array</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../alloc_no_stdlib/index.html">alloc_<wbr>no_<wbr>stdlib</a><span class="version">2.0.4</span></h2></div><div class="sidebar-elems"><div id="rustdoc-modnav"></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="index.html">alloc_no_stdlib</a></div><h1>Macro <span class="macro">static_<wbr>array</span>&nbsp;<button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/alloc_no_stdlib/init.rs.html#2-37">Source</a> </span></div><pre class="rust item-decl"><code>macro_rules! static_array {
(@accum (0, $($_ignored:expr),*) -&gt; ($($body:tt)*)) =&gt; { ... };
(@accum (1, $($expr:expr),*) -&gt; ($($body:tt)*)) =&gt; { ... };
(@accum (2, $($expr:expr),*) -&gt; ($($body:tt)*)) =&gt; { ... };
(@accum (4, $($expr:expr),*) -&gt; ($($body:tt)*)) =&gt; { ... };
(@accum (8, $($expr:expr),*) -&gt; ($($body:tt)*)) =&gt; { ... };
(@accum (16, $($expr:expr),*) -&gt; ($($body:tt)*)) =&gt; { ... };
(@accum (32, $($expr:expr),*) -&gt; ($($body:tt)*)) =&gt; { ... };
(@accum (64, $($expr:expr),*) -&gt; ($($body:tt)*)) =&gt; { ... };
(@accum (128, $($expr:expr),*) -&gt; ($($body:tt)*)) =&gt; { ... };
(@accum (256, $($expr:expr),*) -&gt; ($($body:tt)*)) =&gt; { ... };
(@accum (512, $($expr:expr),*) -&gt; ($($body:tt)*)) =&gt; { ... };
(@accum (1024, $($expr:expr),*) -&gt; ($($body:tt)*)) =&gt; { ... };
(@accum (2048, $($expr:expr),*) -&gt; ($($body:tt)*)) =&gt; { ... };
(@accum (4096, $($expr:expr),*) -&gt; ($($body:tt)*)) =&gt; { ... };
(@accum (8192, $($expr:expr),*) -&gt; ($($body:tt)*)) =&gt; { ... };
(@as_expr $expr:expr) =&gt; { ... };
($expr:expr; $n:tt) =&gt; { ... };
}</code></pre></section></div></main></body></html>

View File

@@ -0,0 +1 @@
window.SIDEBAR_ITEMS = {"enum":["AllocatorC"],"fn":["bzero","uninitialized"],"macro":["bind_global_buffers_to_allocator","declare_stack_allocator_struct","define_allocator_memory_pool","define_index_ops","define_index_ops_mut","define_stack_allocator_traits","static_array"],"mod":["init"],"struct":["AllocatedStackMemory","CallocBackingStore","StackAllocator"],"trait":["AllocatedSlice","Allocator","SliceWrapper","SliceWrapperMut"]};

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../alloc_no_stdlib/struct.StackAllocator.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../alloc_no_stdlib/struct.StackAllocator.html">../../alloc_no_stdlib/struct.StackAllocator.html</a>...</p>
<script>location.replace("../../alloc_no_stdlib/struct.StackAllocator.html" + location.search + location.hash);</script>
</body>
</html>

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../alloc_no_stdlib/trait.Allocator.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../alloc_no_stdlib/trait.Allocator.html">../../alloc_no_stdlib/trait.Allocator.html</a>...</p>
<script>location.replace("../../alloc_no_stdlib/trait.Allocator.html" + location.search + location.hash);</script>
</body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
<!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 `AllocatedSlice` trait in crate `alloc_no_stdlib`."><title>AllocatedSlice in alloc_no_stdlib - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-ca0dd0c4.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="alloc_no_stdlib" data-themes="" data-resource-suffix="" data-rustdoc-version="1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)" data-channel="1.93.1" data-search-js="search-9e2438ea.js" data-stringdex-js="stringdex-a3946164.js" data-settings-js="settings-c38705f0.js" ><script src="../static.files/storage-e2aeef58.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-a410ff4d.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">AllocatedSlice</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../alloc_no_stdlib/index.html">alloc_<wbr>no_<wbr>stdlib</a><span class="version">2.0.4</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Allocated<wbr>Slice</a></h2><h3><a href="#dyn-compatibility">Dyn Compatibility</a></h3><h3><a href="#implementors">Implementors</a></h3></section><div id="rustdoc-modnav"><h2 class="in-crate"><a href="index.html">In crate alloc_<wbr>no_<wbr>stdlib</a></h2></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="index.html">alloc_no_stdlib</a></div><h1>Trait <span class="trait">Allocated<wbr>Slice</span>&nbsp;<button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/alloc_no_stdlib/allocated_memory/mod.rs.html#19-21">Source</a> </span></div><pre class="rust item-decl"><code>pub trait AllocatedSlice&lt;T&gt;:
<a class="trait" href="trait.SliceWrapperMut.html" title="trait alloc_no_stdlib::SliceWrapperMut">SliceWrapperMut</a>&lt;T&gt;
+ <a class="trait" href="trait.SliceWrapper.html" title="trait alloc_no_stdlib::SliceWrapper">SliceWrapper</a>&lt;T&gt;
+ <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/default/trait.Default.html" title="trait core::default::Default">Default</a> { }</code></pre><h2 id="dyn-compatibility" class="section-header">Dyn Compatibility<a href="#dyn-compatibility" class="anchor">§</a></h2><div class="dyn-compatibility-info"><p>This trait is <b>not</b> <a href="https://doc.rust-lang.org/1.93.1/reference/items/traits.html#dyn-compatibility">dyn compatible</a>.</p><p><i>In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.</i></p></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-AllocatedSlice%3CT%3E-for-U" class="impl"><a class="src rightside" href="../src/alloc_no_stdlib/allocated_memory/mod.rs.html#23-25">Source</a><a href="#impl-AllocatedSlice%3CT%3E-for-U" class="anchor">§</a><h3 class="code-header">impl&lt;T, U&gt; <a class="trait" href="trait.AllocatedSlice.html" title="trait alloc_no_stdlib::AllocatedSlice">AllocatedSlice</a>&lt;T&gt; for U<div class="where">where
U: <a class="trait" href="trait.SliceWrapperMut.html" title="trait alloc_no_stdlib::SliceWrapperMut">SliceWrapperMut</a>&lt;T&gt; + <a class="trait" href="trait.SliceWrapper.html" title="trait alloc_no_stdlib::SliceWrapper">SliceWrapper</a>&lt;T&gt; + <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/default/trait.Default.html" title="trait core::default::Default">Default</a>,</div></h3></section></div><script src="../trait.impl/alloc_no_stdlib/allocated_memory/trait.AllocatedSlice.js" async></script></section></div></main></body></html>

View File

@@ -0,0 +1,7 @@
<!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 `Allocator` trait in crate `alloc_no_stdlib`."><title>Allocator in alloc_no_stdlib - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-ca0dd0c4.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="alloc_no_stdlib" data-themes="" data-resource-suffix="" data-rustdoc-version="1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)" data-channel="1.93.1" data-search-js="search-9e2438ea.js" data-stringdex-js="stringdex-a3946164.js" data-settings-js="settings-c38705f0.js" ><script src="../static.files/storage-e2aeef58.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-a410ff4d.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">Allocator</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../alloc_no_stdlib/index.html">alloc_<wbr>no_<wbr>stdlib</a><span class="version">2.0.4</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Allocator</a></h2><h3><a href="#required-associated-types">Required Associated Types</a></h3><ul class="block"><li><a href="#associatedtype.AllocatedMemory" title="AllocatedMemory">AllocatedMemory</a></li></ul><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.alloc_cell" title="alloc_cell">alloc_cell</a></li><li><a href="#tymethod.free_cell" title="free_cell">free_cell</a></li></ul><h3><a href="#implementors">Implementors</a></h3></section><div id="rustdoc-modnav"><h2 class="in-crate"><a href="index.html">In crate alloc_<wbr>no_<wbr>stdlib</a></h2></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="index.html">alloc_no_stdlib</a></div><h1>Trait <span class="trait">Allocator</span>&nbsp;<button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/alloc_no_stdlib/stack_allocator.rs.html#6-10">Source</a> </span></div><pre class="rust item-decl"><code>pub trait Allocator&lt;T&gt; {
type <a href="#associatedtype.AllocatedMemory" class="associatedtype">AllocatedMemory</a>: <a class="trait" href="trait.AllocatedSlice.html" title="trait alloc_no_stdlib::AllocatedSlice">AllocatedSlice</a>&lt;T&gt;;
// Required methods
fn <a href="#tymethod.alloc_cell" class="fn">alloc_cell</a>(&amp;mut self, len: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/core/primitive.usize.html">usize</a>) -&gt; Self::<a class="associatedtype" href="trait.Allocator.html#associatedtype.AllocatedMemory" title="type alloc_no_stdlib::Allocator::AllocatedMemory">AllocatedMemory</a>;
<span class="item-spacer"></span> fn <a href="#tymethod.free_cell" class="fn">free_cell</a>(&amp;mut self, data: Self::<a class="associatedtype" href="trait.Allocator.html#associatedtype.AllocatedMemory" title="type alloc_no_stdlib::Allocator::AllocatedMemory">AllocatedMemory</a>);
}</code></pre><h2 id="required-associated-types" class="section-header">Required Associated Types<a href="#required-associated-types" class="anchor">§</a></h2><div class="methods"><section id="associatedtype.AllocatedMemory" class="method"><a class="src rightside" href="../src/alloc_no_stdlib/stack_allocator.rs.html#7">Source</a><h4 class="code-header">type <a href="#associatedtype.AllocatedMemory" class="associatedtype">AllocatedMemory</a>: <a class="trait" href="trait.AllocatedSlice.html" title="trait alloc_no_stdlib::AllocatedSlice">AllocatedSlice</a>&lt;T&gt;</h4></section></div><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.alloc_cell" class="method"><a class="src rightside" href="../src/alloc_no_stdlib/stack_allocator.rs.html#8">Source</a><h4 class="code-header">fn <a href="#tymethod.alloc_cell" class="fn">alloc_cell</a>(&amp;mut self, len: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/core/primitive.usize.html">usize</a>) -&gt; Self::<a class="associatedtype" href="trait.Allocator.html#associatedtype.AllocatedMemory" title="type alloc_no_stdlib::Allocator::AllocatedMemory">AllocatedMemory</a></h4></section><section id="tymethod.free_cell" class="method"><a class="src rightside" href="../src/alloc_no_stdlib/stack_allocator.rs.html#9">Source</a><h4 class="code-header">fn <a href="#tymethod.free_cell" class="fn">free_cell</a>(&amp;mut self, data: Self::<a class="associatedtype" href="trait.Allocator.html#associatedtype.AllocatedMemory" title="type alloc_no_stdlib::Allocator::AllocatedMemory">AllocatedMemory</a>)</h4></section></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-Allocator%3CT%3E-for-StackAllocator%3C'a,+T,+U%3E" class="impl"><a class="src rightside" href="../src/alloc_no_stdlib/stack_allocator.rs.html#34-100">Source</a><a href="#impl-Allocator%3CT%3E-for-StackAllocator%3C'a,+T,+U%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a, T: 'a, U: <a class="trait" href="trait.AllocatedSlice.html" title="trait alloc_no_stdlib::AllocatedSlice">AllocatedSlice</a>&lt;&amp;'a mut <a class="primitive" href="https://doc.rust-lang.org/1.93.1/core/primitive.slice.html">[T]</a>&gt;&gt; <a class="trait" href="trait.Allocator.html" title="trait alloc_no_stdlib::Allocator">Allocator</a>&lt;T&gt; for <a class="struct" href="struct.StackAllocator.html" title="struct alloc_no_stdlib::StackAllocator">StackAllocator</a>&lt;'a, T, U&gt;</h3></section></summary><div class="impl-items"><section id="associatedtype.AllocatedMemory-1" class="associatedtype trait-impl"><a class="src rightside" href="../src/alloc_no_stdlib/stack_allocator.rs.html#36">Source</a><a href="#associatedtype.AllocatedMemory-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.AllocatedMemory" class="associatedtype">AllocatedMemory</a> = <a class="struct" href="struct.AllocatedStackMemory.html" title="struct alloc_no_stdlib::AllocatedStackMemory">AllocatedStackMemory</a>&lt;'a, T&gt;</h4></section></div></details></div><script src="../trait.impl/alloc_no_stdlib/stack_allocator/trait.Allocator.js" async></script></section></div></main></body></html>

View File

@@ -0,0 +1,7 @@
<!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 `SliceWrapper` trait in crate `alloc_no_stdlib`."><title>SliceWrapper in alloc_no_stdlib - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-ca0dd0c4.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="alloc_no_stdlib" data-themes="" data-resource-suffix="" data-rustdoc-version="1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)" data-channel="1.93.1" data-search-js="search-9e2438ea.js" data-stringdex-js="stringdex-a3946164.js" data-settings-js="settings-c38705f0.js" ><script src="../static.files/storage-e2aeef58.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-a410ff4d.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">SliceWrapper</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../alloc_no_stdlib/index.html">alloc_<wbr>no_<wbr>stdlib</a><span class="version">2.0.4</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Slice<wbr>Wrapper</a></h2><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.slice" title="slice">slice</a></li></ul><h3><a href="#provided-methods">Provided Methods</a></h3><ul class="block"><li><a href="#method.len" title="len">len</a></li></ul><h3><a href="#implementors">Implementors</a></h3></section><div id="rustdoc-modnav"><h2 class="in-crate"><a href="index.html">In crate alloc_<wbr>no_<wbr>stdlib</a></h2></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="index.html">alloc_no_stdlib</a></div><h1>Trait <span class="trait">Slice<wbr>Wrapper</span>&nbsp;<button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/alloc_no_stdlib/allocated_memory/mod.rs.html#8-13">Source</a> </span></div><pre class="rust item-decl"><code>pub trait SliceWrapper&lt;T&gt; {
// Required method
fn <a href="#tymethod.slice" class="fn">slice</a>(&amp;self) -&gt; &amp;<a class="primitive" href="https://doc.rust-lang.org/1.93.1/core/primitive.slice.html">[T]</a>;
// Provided method
fn <a href="#method.len" class="fn">len</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.1/core/primitive.usize.html">usize</a> { ... }
}</code></pre><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.slice" class="method"><a class="src rightside" href="../src/alloc_no_stdlib/allocated_memory/mod.rs.html#9">Source</a><h4 class="code-header">fn <a href="#tymethod.slice" class="fn">slice</a>(&amp;self) -&gt; &amp;<a class="primitive" href="https://doc.rust-lang.org/1.93.1/core/primitive.slice.html">[T]</a></h4></section></div><h2 id="provided-methods" class="section-header">Provided Methods<a href="#provided-methods" class="anchor">§</a></h2><div class="methods"><section id="method.len" class="method"><a class="src rightside" href="../src/alloc_no_stdlib/allocated_memory/mod.rs.html#10-12">Source</a><h4 class="code-header">fn <a href="#method.len" class="fn">len</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.1/core/primitive.usize.html">usize</a></h4></section></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-SliceWrapper%3CT%3E-for-AllocatedStackMemory%3C'a,+T%3E" class="impl"><a class="src rightside" href="../src/alloc_no_stdlib/allocated_stack_memory.rs.html#19-23">Source</a><a href="#impl-SliceWrapper%3CT%3E-for-AllocatedStackMemory%3C'a,+T%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a, T: 'a&gt; <a class="trait" href="trait.SliceWrapper.html" title="trait alloc_no_stdlib::SliceWrapper">SliceWrapper</a>&lt;T&gt; for <a class="struct" href="struct.AllocatedStackMemory.html" title="struct alloc_no_stdlib::AllocatedStackMemory">AllocatedStackMemory</a>&lt;'a, T&gt;</h3></section></div><script src="../trait.impl/alloc_no_stdlib/allocated_memory/trait.SliceWrapper.js" async></script></section></div></main></body></html>

View File

@@ -0,0 +1,4 @@
<!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 `SliceWrapperMut` trait in crate `alloc_no_stdlib`."><title>SliceWrapperMut in alloc_no_stdlib - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-ca0dd0c4.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="alloc_no_stdlib" data-themes="" data-resource-suffix="" data-rustdoc-version="1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)" data-channel="1.93.1" data-search-js="search-9e2438ea.js" data-stringdex-js="stringdex-a3946164.js" data-settings-js="settings-c38705f0.js" ><script src="../static.files/storage-e2aeef58.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-a410ff4d.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">SliceWrapperMut</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../alloc_no_stdlib/index.html">alloc_<wbr>no_<wbr>stdlib</a><span class="version">2.0.4</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Slice<wbr>Wrapper<wbr>Mut</a></h2><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.slice_mut" title="slice_mut">slice_mut</a></li></ul><h3><a href="#implementors">Implementors</a></h3></section><div id="rustdoc-modnav"><h2 class="in-crate"><a href="index.html">In crate alloc_<wbr>no_<wbr>stdlib</a></h2></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="index.html">alloc_no_stdlib</a></div><h1>Trait <span class="trait">Slice<wbr>Wrapper<wbr>Mut</span>&nbsp;<button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/alloc_no_stdlib/allocated_memory/mod.rs.html#15-17">Source</a> </span></div><pre class="rust item-decl"><code>pub trait SliceWrapperMut&lt;T&gt;: <a class="trait" href="trait.SliceWrapper.html" title="trait alloc_no_stdlib::SliceWrapper">SliceWrapper</a>&lt;T&gt; {
// Required method
fn <a href="#tymethod.slice_mut" class="fn">slice_mut</a>(&amp;mut self) -&gt; &amp;mut <a class="primitive" href="https://doc.rust-lang.org/1.93.1/core/primitive.slice.html">[T]</a>;
}</code></pre><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.slice_mut" class="method"><a class="src rightside" href="../src/alloc_no_stdlib/allocated_memory/mod.rs.html#16">Source</a><h4 class="code-header">fn <a href="#tymethod.slice_mut" class="fn">slice_mut</a>(&amp;mut self) -&gt; &amp;mut <a class="primitive" href="https://doc.rust-lang.org/1.93.1/core/primitive.slice.html">[T]</a></h4></section></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-SliceWrapperMut%3CT%3E-for-AllocatedStackMemory%3C'a,+T%3E" class="impl"><a class="src rightside" href="../src/alloc_no_stdlib/allocated_stack_memory.rs.html#25-29">Source</a><a href="#impl-SliceWrapperMut%3CT%3E-for-AllocatedStackMemory%3C'a,+T%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a, T: 'a&gt; <a class="trait" href="trait.SliceWrapperMut.html" title="trait alloc_no_stdlib::SliceWrapperMut">SliceWrapperMut</a>&lt;T&gt; for <a class="struct" href="struct.AllocatedStackMemory.html" title="struct alloc_no_stdlib::AllocatedStackMemory">AllocatedStackMemory</a>&lt;'a, T&gt;</h3></section></div><script src="../trait.impl/alloc_no_stdlib/allocated_memory/trait.SliceWrapperMut.js" async></script></section></div></main></body></html>