24 lines
62 KiB
HTML
24 lines
62 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="A trait for any type that has a 1:1 mapping with an unaligned little-endian (ULE) type."><title>AsULE in zerovec::ule - 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="zerovec" 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="#">AsULE</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../zerovec/index.html">zerovec</a><span class="version">0.11.5</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">AsULE</a></h2><h3><a href="#required-associated-types">Required Associated Types</a></h3><ul class="block"><li><a href="#associatedtype.ULE" title="ULE">ULE</a></li></ul><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.from_unaligned" title="from_unaligned">from_unaligned</a></li><li><a href="#tymethod.to_unaligned" title="to_unaligned">to_unaligned</a></li></ul><h3><a href="#foreign-impls">Implementations on Foreign Types</a></h3><ul class="block"><li><a href="#impl-AsULE-for-()" title="()">()</a></li><li><a href="#impl-AsULE-for-(A,+B)" title="(A, B)">(A, B)</a></li><li><a href="#impl-AsULE-for-(A,+B,+C)" title="(A, B, C)">(A, B, C)</a></li><li><a href="#impl-AsULE-for-(A,+B,+C,+D)" title="(A, B, C, D)">(A, B, C, D)</a></li><li><a href="#impl-AsULE-for-(A,+B,+C,+D,+E)" title="(A, B, C, D, E)">(A, B, C, D, E)</a></li><li><a href="#impl-AsULE-for-(A,+B,+C,+D,+E,+F)" title="(A, B, C, D, E, F)">(A, B, C, D, E, F)</a></li><li><a href="#impl-AsULE-for-NonZero%3Ci8%3E" title="NonZeroI8">NonZeroI8</a></li><li><a href="#impl-AsULE-for-NonZero%3Cu8%3E" title="NonZeroU8">NonZeroU8</a></li><li><a href="#impl-AsULE-for-Option%3CT%3E" title="Option<T>">Option<T></a></li><li><a href="#impl-AsULE-for-%5BT;+N%5D" title="[T; N]">[T; N]</a></li><li><a href="#impl-AsULE-for-bool" title="bool">bool</a></li><li><a href="#impl-AsULE-for-char" title="char">char</a></li><li><a href="#impl-AsULE-for-f32" title="f32">f32</a></li><li><a href="#impl-AsULE-for-f64" title="f64">f64</a></li><li><a href="#impl-AsULE-for-i8" title="i8">i8</a></li><li><a href="#impl-AsULE-for-i16" title="i16">i16</a></li><li><a href="#impl-AsULE-for-i32" title="i32">i32</a></li><li><a href="#impl-AsULE-for-i64" title="i64">i64</a></li><li><a href="#impl-AsULE-for-i128" title="i128">i128</a></li><li><a href="#impl-AsULE-for-u8" title="u8">u8</a></li><li><a href="#impl-AsULE-for-u16" title="u16">u16</a></li><li><a href="#impl-AsULE-for-u32" title="u32">u32</a></li><li><a href="#impl-AsULE-for-u64" title="u64">u64</a></li><li><a href="#impl-AsULE-for-u128" title="u128">u128</a></li></ul><h3><a href="#dyn-compatibility">Dyn Compatibility</a></h3><h3><a href="#implementors">Implementors</a></h3></section><div id="rustdoc-modnav"><h2><a href="index.html">In zerovec::<wbr>ule</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">zerovec</a>::<wbr><a href="index.html">ule</a></div><h1>Trait <span class="trait">AsULE</span> <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/zerovec/ule/mod.rs.html#160-188">Source</a> </span></div><pre class="rust item-decl"><code>pub trait AsULE: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a> {
|
|
type <a href="#associatedtype.ULE" class="associatedtype">ULE</a>: <a class="trait" href="trait.ULE.html" title="trait zerovec::ule::ULE">ULE</a>;
|
|
|
|
// Required methods
|
|
fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>;
|
|
<span class="item-spacer"></span> fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self;
|
|
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A trait for any type that has a 1:1 mapping with an unaligned little-endian (ULE) type.</p>
|
|
<p>If you need to implement this trait, consider using <a href="../attr.make_ule.html" title="attr zerovec::make_ule"><code>#[make_ule]</code></a> instead.</p>
|
|
</div></details><h2 id="required-associated-types" class="section-header">Required Associated Types<a href="#required-associated-types" class="anchor">§</a></h2><div class="methods"><details class="toggle" open><summary><section id="associatedtype.ULE" class="method"><a class="src rightside" href="../../src/zerovec/ule/mod.rs.html#167">Source</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a>: <a class="trait" href="trait.ULE.html" title="trait zerovec::ule::ULE">ULE</a></h4></section></summary><div class="docblock"><p>The ULE type corresponding to <code>Self</code>.</p>
|
|
<p>Types having infallible conversions from all bit values (Plain Old Data) can use
|
|
<code>RawBytesULE</code> with the desired width; for example, <code>u32</code> uses <code>RawBytesULE<4></code>.</p>
|
|
<p>Types that are not well-defined for all bit values should implement a custom ULE.</p>
|
|
</div></details></div><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><details class="toggle method-toggle" open><summary><section id="tymethod.to_unaligned" class="method"><a class="src rightside" href="../../src/zerovec/ule/mod.rs.html#174">Source</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section></summary><div class="docblock"><p>Converts from <code>Self</code> to <code>Self::ULE</code>.</p>
|
|
<p>This function may involve byte order swapping (native-endian to little-endian).</p>
|
|
<p>For best performance, mark your implementation of this function <code>#[inline]</code>.</p>
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.from_unaligned" class="method"><a class="src rightside" href="../../src/zerovec/ule/mod.rs.html#187">Source</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></summary><div class="docblock"><p>Converts from <code>Self::ULE</code> to <code>Self</code>.</p>
|
|
<p>This function may involve byte order swapping (little-endian to native-endian).</p>
|
|
<p>For best performance, mark your implementation of this function <code>#[inline]</code>.</p>
|
|
<h5 id="safety"><a class="doc-anchor" href="#safety">§</a>Safety</h5>
|
|
<p>This function is infallible because bit validation should have occurred when <code>Self::ULE</code>
|
|
was first constructed. An implementation may therefore involve an <code>unsafe{}</code> block, like
|
|
<code>from_bytes_unchecked()</code>.</p>
|
|
</div></details></div><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="foreign-impls" class="section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-bool" class="impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#353-363">Source</a><a href="#impl-AsULE-for-bool" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-1" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#354">Source</a><a href="#associatedtype.ULE-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section><section id="method.to_unaligned" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#356-358">Source</a><a href="#method.to_unaligned" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#360-362">Source</a><a href="#method.from_unaligned" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-char" class="impl"><a class="src rightside" href="../../src/zerovec/ule/chars.rs.html#96-108">Source</a><a href="#impl-AsULE-for-char" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.char.html">char</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-2" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/chars.rs.html#97">Source</a><a href="#associatedtype.ULE-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="struct" href="struct.CharULE.html" title="struct zerovec::ule::CharULE">CharULE</a></h4></section><section id="method.to_unaligned-1" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/chars.rs.html#100-102">Source</a><a href="#method.to_unaligned-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned-1" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/chars.rs.html#105-107">Source</a><a href="#method.from_unaligned-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-f32" class="impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#299-309">Source</a><a href="#impl-AsULE-for-f32" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.f32.html">f32</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-3" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#300">Source</a><a href="#associatedtype.ULE-3" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="struct" href="struct.RawBytesULE.html" title="struct zerovec::ule::RawBytesULE">RawBytesULE</a><4></h4></section><section id="method.to_unaligned-2" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#302-304">Source</a><a href="#method.to_unaligned-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned-2" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#306-308">Source</a><a href="#method.from_unaligned-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-f64" class="impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#311-321">Source</a><a href="#impl-AsULE-for-f64" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.f64.html">f64</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-4" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#312">Source</a><a href="#associatedtype.ULE-4" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="struct" href="struct.RawBytesULE.html" title="struct zerovec::ule::RawBytesULE">RawBytesULE</a><8></h4></section><section id="method.to_unaligned-3" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#314-316">Source</a><a href="#method.to_unaligned-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned-3" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#318-320">Source</a><a href="#method.from_unaligned-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-i8" class="impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#263-273">Source</a><a href="#impl-AsULE-for-i8" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i8.html">i8</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-5" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#264">Source</a><a href="#associatedtype.ULE-5" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i8.html">i8</a></h4></section><section id="method.to_unaligned-4" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#266-268">Source</a><a href="#method.to_unaligned-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned-4" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#270-272">Source</a><a href="#method.from_unaligned-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-i16" class="impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#166">Source</a><a href="#impl-AsULE-for-i16" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i16.html">i16</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-6" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#166">Source</a><a href="#associatedtype.ULE-6" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="struct" href="struct.RawBytesULE.html" title="struct zerovec::ule::RawBytesULE">RawBytesULE</a><2></h4></section><section id="method.to_unaligned-5" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#166">Source</a><a href="#method.to_unaligned-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned-5" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#166">Source</a><a href="#method.from_unaligned-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-i32" class="impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#167">Source</a><a href="#impl-AsULE-for-i32" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i32.html">i32</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-7" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#167">Source</a><a href="#associatedtype.ULE-7" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="struct" href="struct.RawBytesULE.html" title="struct zerovec::ule::RawBytesULE">RawBytesULE</a><4></h4></section><section id="method.to_unaligned-6" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#167">Source</a><a href="#method.to_unaligned-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned-6" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#167">Source</a><a href="#method.from_unaligned-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-i64" class="impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#168">Source</a><a href="#impl-AsULE-for-i64" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i64.html">i64</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-8" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#168">Source</a><a href="#associatedtype.ULE-8" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="struct" href="struct.RawBytesULE.html" title="struct zerovec::ule::RawBytesULE">RawBytesULE</a><8></h4></section><section id="method.to_unaligned-7" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#168">Source</a><a href="#method.to_unaligned-7" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned-7" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#168">Source</a><a href="#method.from_unaligned-7" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-i128" class="impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#169">Source</a><a href="#impl-AsULE-for-i128" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i128.html">i128</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-9" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#169">Source</a><a href="#associatedtype.ULE-9" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="struct" href="struct.RawBytesULE.html" title="struct zerovec::ule::RawBytesULE">RawBytesULE</a><16></h4></section><section id="method.to_unaligned-8" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#169">Source</a><a href="#method.to_unaligned-8" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned-8" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#169">Source</a><a href="#method.from_unaligned-8" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-u8" class="impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#196-206">Source</a><a href="#impl-AsULE-for-u8" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-10" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#197">Source</a><a href="#associatedtype.ULE-10" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a></h4></section><section id="method.to_unaligned-9" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#199-201">Source</a><a href="#method.to_unaligned-9" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned-9" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#203-205">Source</a><a href="#method.from_unaligned-9" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-u16" class="impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#161">Source</a><a href="#impl-AsULE-for-u16" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u16.html">u16</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-11" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#161">Source</a><a href="#associatedtype.ULE-11" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="struct" href="struct.RawBytesULE.html" title="struct zerovec::ule::RawBytesULE">RawBytesULE</a><2></h4></section><section id="method.to_unaligned-10" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#161">Source</a><a href="#method.to_unaligned-10" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned-10" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#161">Source</a><a href="#method.from_unaligned-10" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-u32" class="impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#162">Source</a><a href="#impl-AsULE-for-u32" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u32.html">u32</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-12" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#162">Source</a><a href="#associatedtype.ULE-12" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="struct" href="struct.RawBytesULE.html" title="struct zerovec::ule::RawBytesULE">RawBytesULE</a><4></h4></section><section id="method.to_unaligned-11" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#162">Source</a><a href="#method.to_unaligned-11" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned-11" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#162">Source</a><a href="#method.from_unaligned-11" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-u64" class="impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#163">Source</a><a href="#impl-AsULE-for-u64" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u64.html">u64</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-13" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#163">Source</a><a href="#associatedtype.ULE-13" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="struct" href="struct.RawBytesULE.html" title="struct zerovec::ule::RawBytesULE">RawBytesULE</a><8></h4></section><section id="method.to_unaligned-12" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#163">Source</a><a href="#method.to_unaligned-12" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned-12" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#163">Source</a><a href="#method.from_unaligned-12" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-u128" class="impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#164">Source</a><a href="#impl-AsULE-for-u128" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u128.html">u128</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-14" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#164">Source</a><a href="#associatedtype.ULE-14" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="struct" href="struct.RawBytesULE.html" title="struct zerovec::ule::RawBytesULE">RawBytesULE</a><16></h4></section><section id="method.to_unaligned-13" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#164">Source</a><a href="#method.to_unaligned-13" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned-13" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#164">Source</a><a href="#method.from_unaligned-13" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-()" class="impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#386-396">Source</a><a href="#impl-AsULE-for-()" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.unit.html">()</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-15" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#387">Source</a><a href="#associatedtype.ULE-15" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.unit.html">()</a></h4></section><section id="method.to_unaligned-14" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#389-391">Source</a><a href="#method.to_unaligned-14" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned-14" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#393-395">Source</a><a href="#method.from_unaligned-14" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-NonZero%3Ci8%3E" class="impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#278-291">Source</a><a href="#impl-AsULE-for-NonZero%3Ci8%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="type" href="https://doc.rust-lang.org/1.93.1/core/num/nonzero/type.NonZeroI8.html" title="type core::num::nonzero::NonZeroI8">NonZeroI8</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-16" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#279">Source</a><a href="#associatedtype.ULE-16" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="struct" href="https://doc.rust-lang.org/1.93.1/core/num/nonzero/struct.NonZero.html" title="struct core::num::nonzero::NonZero">NonZero</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>></h4></section><section id="method.to_unaligned-15" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#281-284">Source</a><a href="#method.to_unaligned-15" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned-15" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#287-290">Source</a><a href="#method.from_unaligned-15" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-NonZero%3Cu8%3E" class="impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#231-241">Source</a><a href="#impl-AsULE-for-NonZero%3Cu8%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="type" href="https://doc.rust-lang.org/1.93.1/core/num/nonzero/type.NonZeroU8.html" title="type core::num::nonzero::NonZeroU8">NonZeroU8</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-17" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#232">Source</a><a href="#associatedtype.ULE-17" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="struct" href="https://doc.rust-lang.org/1.93.1/core/num/nonzero/struct.NonZero.html" title="struct core::num::nonzero::NonZero">NonZero</a><<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>></h4></section><section id="method.to_unaligned-16" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#234-236">Source</a><a href="#method.to_unaligned-16" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned-16" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/plain.rs.html#238-240">Source</a><a href="#method.from_unaligned-16" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-(A,+B)" class="impl"><a class="src rightside" href="../../src/zerovec/ule/tuple.rs.html#130">Source</a><a href="#impl-AsULE-for-(A,+B)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>, B: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>> <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.tuple.html">(A, B)</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-18" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/tuple.rs.html#130">Source</a><a href="#associatedtype.ULE-18" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="struct" href="tuple/struct.Tuple2ULE.html" title="struct zerovec::ule::tuple::Tuple2ULE">Tuple2ULE</a><<A as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>, <B as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>></h4></section><section id="method.to_unaligned-17" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/tuple.rs.html#130">Source</a><a href="#method.to_unaligned-17" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned-17" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/tuple.rs.html#130">Source</a><a href="#method.from_unaligned-17" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-(A,+B,+C)" class="impl"><a class="src rightside" href="../../src/zerovec/ule/tuple.rs.html#131">Source</a><a href="#impl-AsULE-for-(A,+B,+C)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>, B: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>, C: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>> <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.tuple.html">(A, B, C)</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-19" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/tuple.rs.html#131">Source</a><a href="#associatedtype.ULE-19" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="struct" href="tuple/struct.Tuple3ULE.html" title="struct zerovec::ule::tuple::Tuple3ULE">Tuple3ULE</a><<A as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>, <B as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>, <C as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>></h4></section><section id="method.to_unaligned-18" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/tuple.rs.html#131">Source</a><a href="#method.to_unaligned-18" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned-18" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/tuple.rs.html#131">Source</a><a href="#method.from_unaligned-18" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-(A,+B,+C,+D)" class="impl"><a class="src rightside" href="../../src/zerovec/ule/tuple.rs.html#132">Source</a><a href="#impl-AsULE-for-(A,+B,+C,+D)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>, B: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>, C: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>, D: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>> <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.tuple.html">(A, B, C, D)</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-20" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/tuple.rs.html#132">Source</a><a href="#associatedtype.ULE-20" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="struct" href="tuple/struct.Tuple4ULE.html" title="struct zerovec::ule::tuple::Tuple4ULE">Tuple4ULE</a><<A as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>, <B as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>, <C as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>, <D as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>></h4></section><section id="method.to_unaligned-19" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/tuple.rs.html#132">Source</a><a href="#method.to_unaligned-19" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned-19" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/tuple.rs.html#132">Source</a><a href="#method.from_unaligned-19" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-(A,+B,+C,+D,+E)" class="impl"><a class="src rightside" href="../../src/zerovec/ule/tuple.rs.html#133">Source</a><a href="#impl-AsULE-for-(A,+B,+C,+D,+E)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>, B: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>, C: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>, D: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>, E: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>> <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.tuple.html">(A, B, C, D, E)</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-21" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/tuple.rs.html#133">Source</a><a href="#associatedtype.ULE-21" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="struct" href="tuple/struct.Tuple5ULE.html" title="struct zerovec::ule::tuple::Tuple5ULE">Tuple5ULE</a><<A as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>, <B as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>, <C as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>, <D as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>, <E as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>></h4></section><section id="method.to_unaligned-20" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/tuple.rs.html#133">Source</a><a href="#method.to_unaligned-20" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned-20" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/tuple.rs.html#133">Source</a><a href="#method.from_unaligned-20" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-(A,+B,+C,+D,+E,+F)" class="impl"><a class="src rightside" href="../../src/zerovec/ule/tuple.rs.html#134">Source</a><a href="#impl-AsULE-for-(A,+B,+C,+D,+E,+F)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>, B: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>, C: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>, D: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>, E: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>, F: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>> <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.tuple.html">(A, B, C, D, E, F)</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-22" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/tuple.rs.html#134">Source</a><a href="#associatedtype.ULE-22" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="struct" href="tuple/struct.Tuple6ULE.html" title="struct zerovec::ule::tuple::Tuple6ULE">Tuple6ULE</a><<A as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>, <B as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>, <C as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>, <D as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>, <E as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>, <F as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>></h4></section><section id="method.to_unaligned-21" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/tuple.rs.html#134">Source</a><a href="#method.to_unaligned-21" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned-21" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/tuple.rs.html#134">Source</a><a href="#method.from_unaligned-21" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-Option%3CT%3E" class="impl"><a class="src rightside" href="../../src/zerovec/ule/option.rs.html#99-108">Source</a><a href="#impl-AsULE-for-Option%3CT%3E" class="anchor">§</a><h3 class="code-header">impl<T: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>> <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a><T></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-23" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/option.rs.html#100">Source</a><a href="#associatedtype.ULE-23" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="struct" href="struct.OptionULE.html" title="struct zerovec::ule::OptionULE">OptionULE</a><<T as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>></h4></section><section id="method.to_unaligned-22" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/option.rs.html#101-103">Source</a><a href="#method.to_unaligned-22" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> <a class="struct" href="struct.OptionULE.html" title="struct zerovec::ule::OptionULE">OptionULE</a><T::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>></h4></section><section id="method.from_unaligned-22" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/option.rs.html#105-107">Source</a><a href="#method.from_unaligned-22" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(other: <a class="struct" href="struct.OptionULE.html" title="struct zerovec::ule::OptionULE">OptionULE</a><T::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>>) -> Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsULE-for-%5BT;+N%5D" class="impl"><a class="src rightside" href="../../src/zerovec/ule/slices.rs.html#22-32">Source</a><a href="#impl-AsULE-for-%5BT;+N%5D" class="anchor">§</a><h3 class="code-header">impl<T: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>, const N: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.usize.html">usize</a>> <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.array.html">[T; N]</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-24" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/slices.rs.html#23">Source</a><a href="#associatedtype.ULE-24" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = [<T as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>; <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.array.html">N</a>]</h4></section><section id="method.to_unaligned-23" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/slices.rs.html#25-27">Source</a><a href="#method.to_unaligned-23" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_unaligned" class="fn">to_unaligned</a>(self) -> Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a></h4></section><section id="method.from_unaligned-23" class="method trait-impl"><a class="src rightside" href="../../src/zerovec/ule/slices.rs.html#29-31">Source</a><a href="#method.from_unaligned-23" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_unaligned" class="fn">from_unaligned</a>(unaligned: Self::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>) -> Self</h4></section></div></details><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-AsULE-for-NichedOption%3CU,+N%3E" class="impl"><a class="src rightside" href="../../src/zerovec/ule/niche.rs.html#173-186">Source</a><a href="#impl-AsULE-for-NichedOption%3CU,+N%3E" class="anchor">§</a><h3 class="code-header">impl<U: <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>, const N: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.usize.html">usize</a>> <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a> for <a class="struct" href="struct.NichedOption.html" title="struct zerovec::ule::NichedOption">NichedOption</a><U, N><div class="where">where
|
|
U::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>: <a class="trait" href="trait.NicheBytes.html" title="trait zerovec::ule::NicheBytes">NicheBytes</a><N>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.ULE-25" class="associatedtype trait-impl"><a class="src rightside" href="../../src/zerovec/ule/niche.rs.html#177">Source</a><a href="#associatedtype.ULE-25" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ULE" class="associatedtype">ULE</a> = <a class="union" href="union.NichedOptionULE.html" title="union zerovec::ule::NichedOptionULE">NichedOptionULE</a><<U as <a class="trait" href="trait.AsULE.html" title="trait zerovec::ule::AsULE">AsULE</a>>::<a class="associatedtype" href="trait.AsULE.html#associatedtype.ULE" title="type zerovec::ule::AsULE::ULE">ULE</a>, N></h4></section></div></details></div><script src="../../trait.impl/zerovec/ule/trait.AsULE.js" data-ignore-extern-crates="std,core" async></script></section></div></main></body></html> |