Files
GopherGate/target/doc/digest/consts/struct.Z0.html
2026-02-26 12:00:21 -05:00

88 lines
166 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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="The type-level signed integer 0."><title>Z0 in digest::consts - 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="digest" 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="icon" href="https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"></head><body class="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">Z0</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><a class="logo-container" href="../../digest/index.html"><img src="https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg" alt="logo"></a><h2><a href="../../digest/index.html">digest</a><span class="version">0.10.7</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Z0</a></h2><h3><a href="#implementations">Methods</a></h3><ul class="block method"><li><a href="#method.new" title="new">new</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block trait-implementation"><li><a href="#impl-Abs-for-Z0" title="Abs">Abs</a></li><li><a href="#impl-Add%3CI%3E-for-Z0" title="Add&#60;I&#62;">Add&#60;I&#62;</a></li><li><a href="#impl-Add%3CZ0%3E-for-NInt%3CU%3E" title="Add&#60;Z0&#62;">Add&#60;Z0&#62;</a></li><li><a href="#impl-Add%3CZ0%3E-for-PInt%3CU%3E" title="Add&#60;Z0&#62;">Add&#60;Z0&#62;</a></li><li><a href="#impl-Binary-for-Z0" title="Binary">Binary</a></li><li><a href="#impl-Clone-for-Z0" title="Clone">Clone</a></li><li><a href="#impl-Cmp-for-Z0" title="Cmp">Cmp</a></li><li><a href="#impl-Cmp%3CNInt%3CU%3E%3E-for-Z0" title="Cmp&#60;NInt&#60;U&#62;&#62;">Cmp&#60;NInt&#60;U&#62;&#62;</a></li><li><a href="#impl-Cmp%3CPInt%3CU%3E%3E-for-Z0" title="Cmp&#60;PInt&#60;U&#62;&#62;">Cmp&#60;PInt&#60;U&#62;&#62;</a></li><li><a href="#impl-Cmp%3CZ0%3E-for-NInt%3CU%3E" title="Cmp&#60;Z0&#62;">Cmp&#60;Z0&#62;</a></li><li><a href="#impl-Cmp%3CZ0%3E-for-PInt%3CU%3E" title="Cmp&#60;Z0&#62;">Cmp&#60;Z0&#62;</a></li><li><a href="#impl-Copy-for-Z0" title="Copy">Copy</a></li><li><a href="#impl-Debug-for-Z0" title="Debug">Debug</a></li><li><a href="#impl-Default-for-Z0" title="Default">Default</a></li><li><a href="#impl-Div%3CI%3E-for-Z0" title="Div&#60;I&#62;">Div&#60;I&#62;</a></li><li><a href="#impl-Eq-for-Z0" title="Eq">Eq</a></li><li><a href="#impl-Gcd%3CNInt%3CU%3E%3E-for-Z0" title="Gcd&#60;NInt&#60;U&#62;&#62;">Gcd&#60;NInt&#60;U&#62;&#62;</a></li><li><a href="#impl-Gcd%3CPInt%3CU%3E%3E-for-Z0" title="Gcd&#60;PInt&#60;U&#62;&#62;">Gcd&#60;PInt&#60;U&#62;&#62;</a></li><li><a href="#impl-Gcd%3CZ0%3E-for-NInt%3CU%3E" title="Gcd&#60;Z0&#62;">Gcd&#60;Z0&#62;</a></li><li><a href="#impl-Gcd%3CZ0%3E-for-PInt%3CU%3E" title="Gcd&#60;Z0&#62;">Gcd&#60;Z0&#62;</a></li><li><a href="#impl-Gcd%3CZ0%3E-for-Z0" title="Gcd&#60;Z0&#62;">Gcd&#60;Z0&#62;</a></li><li><a href="#impl-Hash-for-Z0" title="Hash">Hash</a></li><li><a href="#impl-Integer-for-Z0" title="Integer">Integer</a></li><li><a href="#impl-Max-for-Z0" title="Max">Max</a></li><li><a href="#impl-Max%3CNInt%3CU%3E%3E-for-Z0" title="Max&#60;NInt&#60;U&#62;&#62;">Max&#60;NInt&#60;U&#62;&#62;</a></li><li><a href="#impl-Max%3CPInt%3CU%3E%3E-for-Z0" title="Max&#60;PInt&#60;U&#62;&#62;">Max&#60;PInt&#60;U&#62;&#62;</a></li><li><a href="#impl-Max%3CZ0%3E-for-NInt%3CU%3E" title="Max&#60;Z0&#62;">Max&#60;Z0&#62;</a></li><li><a href="#impl-Max%3CZ0%3E-for-PInt%3CU%3E" title="Max&#60;Z0&#62;">Max&#60;Z0&#62;</a></li><li><a href="#impl-Min-for-Z0" title="Min">Min</a></li><li><a href="#impl-Min%3CNInt%3CU%3E%3E-for-Z0" title="Min&#60;NInt&#60;U&#62;&#62;">Min&#60;NInt&#60;U&#62;&#62;</a></li><li><a href="#impl-Min%3CPInt%3CU%3E%3E-for-Z0" title="Min&#60;PInt&#60;U&#62;&#62;">Min&#60;PInt&#60;U&#62;&#62;</a></li><li><a href="#impl-Min%3CZ0%3E-for-NInt%3CU%3E" title="Min&#60;Z0&#62;">Min&#60;Z0&#62;</a></li><li><a href="#impl-Min%3CZ0%3E-for-PInt%3CU%3E" title="Min&#60;Z0&#62;">Min&#60;Z0&#62;</a></li><li><a href="#impl-Mul%3CATerm%3E-for-Z0" title="Mul&#60;ATerm&#62;">Mul&#60;ATerm&#62;</a></li><li><a href="#impl-Mul%3CI%3E-for-Z0" title="Mul&#60;I&#62;">Mul&#60;I&#62;</a></li><li><a href="#impl-Mul%3CTArr%3CV,+A%3E%3E-for-Z0" title="Mul&#60;TArr&#60;V, A&#62;&#62;">Mul&#60;TArr&#60;V, A&#62;&#62;</a></li><li><a href="#impl-Mul%3CZ0%3E-for-NInt%3CU%3E" title="Mul&#60;Z0&#62;">Mul&#60;Z0&#62;</a></li><li><a href="#impl-Mul%3CZ0%3E-for-PInt%3CU%3E" title="Mul&#60;Z0&#62;">Mul&#60;Z0&#62;</a></li><li><a href="#impl-Neg-for-Z0" title="Neg">Neg</a></li><li><a href="#impl-Ord-for-Z0" title="Ord">Ord</a></li><li><a href="#impl-PartialEq-for-Z0" title="PartialEq">PartialEq</a></li><li><a href="#impl-PartialOrd-for-Z0" title="PartialOrd">PartialOrd</a></li><li><a href="#impl-Pow%3CNInt%3CU%3E%3E-for-Z0" title="Pow&#60;NInt&#60;U&#62;&#62;">Pow&#60;NInt&#60;U&#62;&#62;</a></li><li><a href="#impl-Pow%3CPInt%3CU%3E%3E-for-Z0" title="Pow&#60;PInt&#60;U&#62;&#62;">Pow&#60;PInt&#60;U&#62;&#62;</a></li><li><a href="#impl-Pow%3CZ0%3E-for-NInt%3CU%3E" title="Pow&#60;Z0&#62;">Pow&#60;Z0&#62;</a></li><li><a href="#impl-Pow%3CZ0%3E-for-PInt%3CU%3E" title="Pow&#60;Z0&#62;">Pow&#60;Z0&#62;</a></li><li><a href="#impl-Pow%3CZ0%3E-for-Z0" title="Pow&#60;Z0&#62;">Pow&#60;Z0&#62;</a></li><li><a href="#impl-Rem%3CI%3E-for-Z0" title="Rem&#60;I&#62;">Rem&#60;I&#62;</a></li><li><a href="#impl-StructuralPartialEq-for-Z0" title="StructuralPartialEq">StructuralPartialEq</a></li><li><a href="#impl-Sub-for-Z0" title="Sub">Sub</a></li><li><a href="#impl-Sub%3CNInt%3CU%3E%3E-for-Z0" title="Sub&#60;NInt&#60;U&#62;&#62;">Sub&#60;NInt&#60;U&#62;&#62;</a></li><li><a href="#impl-Sub%3CPInt%3CU%3E%3E-for-Z0" title="Sub&#60;PInt&#60;U&#62;&#62;">Sub&#60;PInt&#60;U&#62;&#62;</a></li><li><a href="#impl-Sub%3CZ0%3E-for-NInt%3CU%3E" title="Sub&#60;Z0&#62;">Sub&#60;Z0&#62;</a></li><li><a href="#impl-Sub%3CZ0%3E-for-PInt%3CU%3E" title="Sub&#60;Z0&#62;">Sub&#60;Z0&#62;</a></li><li><a href="#impl-ToInt%3Ci8%3E-for-Z0" title="ToInt&#60;i8&#62;">ToInt&#60;i8&#62;</a></li><li><a href="#impl-ToInt%3Ci16%3E-for-Z0" title="ToInt&#60;i16&#62;">ToInt&#60;i16&#62;</a></li><li><a href="#impl-ToInt%3Ci32%3E-for-Z0" title="ToInt&#60;i32&#62;">ToInt&#60;i32&#62;</a></li><li><a href="#impl-ToInt%3Ci64%3E-for-Z0" title="ToInt&#60;i64&#62;">ToInt&#60;i64&#62;</a></li><li><a href="#impl-ToInt%3Cisize%3E-for-Z0" title="ToInt&#60;isize&#62;">ToInt&#60;isize&#62;</a></li><li><a href="#impl-Zero-for-Z0" title="Zero">Zero</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block synthetic-implementation"><li><a href="#impl-Freeze-for-Z0" title="Freeze">Freeze</a></li><li><a href="#impl-RefUnwindSafe-for-Z0" title="RefUnwindSafe">RefUnwindSafe</a></li><li><a href="#impl-Send-for-Z0" title="Send">Send</a></li><li><a href="#impl-Sync-for-Z0" title="Sync">Sync</a></li><li><a href="#impl-Unpin-for-Z0" title="Unpin">Unpin</a></li><li><a href="#impl-UnwindSafe-for-Z0" title="UnwindSafe">UnwindSafe</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block blanket-implementation"><li><a href="#impl-Any-for-T" title="Any">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-T" title="Borrow&#60;T&#62;">Borrow&#60;T&#62;</a></li><li><a href="#impl-BorrowMut%3CT%3E-for-T" title="BorrowMut&#60;T&#62;">BorrowMut&#60;T&#62;</a></li><li><a href="#impl-CloneToUninit-for-T" title="CloneToUninit">CloneToUninit</a></li><li><a href="#impl-From%3CT%3E-for-T" title="From&#60;T&#62;">From&#60;T&#62;</a></li><li><a href="#impl-Into%3CU%3E-for-T" title="Into&#60;U&#62;">Into&#60;U&#62;</a></li><li><a href="#impl-PartialDiv%3CN%3E-for-M" title="PartialDiv&#60;N&#62;">PartialDiv&#60;N&#62;</a></li><li><a href="#impl-Same-for-T" title="Same">Same</a></li><li><a href="#impl-ToOwned-for-T" title="ToOwned">ToOwned</a></li><li><a href="#impl-TryFrom%3CU%3E-for-T" title="TryFrom&#60;U&#62;">TryFrom&#60;U&#62;</a></li><li><a href="#impl-TryInto%3CU%3E-for-T" title="TryInto&#60;U&#62;">TryInto&#60;U&#62;</a></li></ul></section><div id="rustdoc-modnav"><h2><a href="index.html">In digest::<wbr>consts</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">digest</a>::<wbr><a href="index.html">consts</a></div><h1>Struct <span class="struct">Z0</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/typenum/int.rs.html#72">Source</a> </span></div><pre class="rust item-decl"><code>pub struct Z0;</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>The type-level signed integer 0.</p>
</div></details><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#74">Source</a><a href="#impl-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.new" class="method"><a class="src rightside" href="../../src/typenum/int.rs.html#77">Source</a><h4 class="code-header">pub fn <a href="#method.new" class="fn">new</a>() -&gt; <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h4></section></summary><div class="docblock"><p>Instantiates a singleton representing the integer 0.</p>
</div></details></div></details></div><h2 id="trait-implementations" class="section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Abs-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/type_operators.rs.html#51">Source</a><a href="#impl-Abs-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../../typenum/type_operators/trait.Abs.html" title="trait typenum::type_operators::Abs">Abs</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-41" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/type_operators.rs.html#52">Source</a><a href="#associatedtype.Output-41" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Abs.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h4></section></summary><div class='docblock'>The absolute value.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Add%3CI%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#253">Source</a><a href="#impl-Add%3CI%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl&lt;I&gt; <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;I&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a><div class="where">where
I: <a class="trait" href="../../typenum/marker_traits/trait.Integer.html" title="trait typenum::marker_traits::Integer">Integer</a>,</div></h3><div class="docblock"><p><code>Z0 + I = I</code></p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-16" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#254">Source</a><a href="#associatedtype.Output-16" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Add.html#associatedtype.Output" class="associatedtype">Output</a> = I</h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="toggle method-toggle" open><summary><section id="method.add" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#256">Source</a><a href="#method.add" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Add.html#tymethod.add" class="fn">add</a>(self, rhs: I) -&gt; &lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a> as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;I&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Add.html#tymethod.add">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Add%3CZ0%3E-for-NInt%3CU%3E" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#271">Source</a><a href="#impl-Add%3CZ0%3E-for-NInt%3CU%3E" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt; for <a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;<div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3><div class="docblock"><p><code>NInt + Z0 = NInt</code></p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-18" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#272">Source</a><a href="#associatedtype.Output-18" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Add.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="toggle method-toggle" open><summary><section id="method.add-2" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#274">Source</a><a href="#method.add-2" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Add.html#tymethod.add" class="fn">add</a>(self, _: <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>) -&gt; &lt;<a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt; as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Add.html#tymethod.add">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Add%3CZ0%3E-for-PInt%3CU%3E" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#262">Source</a><a href="#impl-Add%3CZ0%3E-for-PInt%3CU%3E" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt; for <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;<div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3><div class="docblock"><p><code>PInt + Z0 = PInt</code></p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-17" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#263">Source</a><a href="#associatedtype.Output-17" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Add.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="toggle method-toggle" open><summary><section id="method.add-1" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#265">Source</a><a href="#method.add-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Add.html#tymethod.add" class="fn">add</a>(self, _: <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>) -&gt; &lt;<a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt; as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Add.html#tymethod.add">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Binary-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#201">Source</a><a href="#impl-Binary-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/fmt/trait.Binary.html" title="trait core::fmt::Binary">Binary</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt-1" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#202">Source</a><a href="#method.fmt-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/fmt/trait.Binary.html#tymethod.fmt" class="fn">fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/1.93.1/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>&lt;'_&gt;) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.unit.html">()</a>, <a class="struct" href="https://doc.rust-lang.org/1.93.1/core/fmt/struct.Error.html" title="struct core::fmt::Error">Error</a>&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/1.93.1/core/fmt/trait.Binary.html#tymethod.fmt">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Clone-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#70">Source</a><a href="#impl-Clone-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#70">Source</a><a href="#method.clone" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/clone/trait.Clone.html#tymethod.clone" class="fn">clone</a>(&amp;self) -&gt; <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h4></section></summary><div class='docblock'>Returns a duplicate of the value. <a href="https://doc.rust-lang.org/1.93.1/core/clone/trait.Clone.html#tymethod.clone">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_from" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/clone.rs.html#245-247">Source</a></span><a href="#method.clone_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/clone/trait.Clone.html#method.clone_from" class="fn">clone_from</a>(&amp;mut self, source: &amp;Self)</h4></section></summary><div class='docblock'>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/1.93.1/core/clone/trait.Clone.html#method.clone_from">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Cmp%3CNInt%3CU%3E%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#663">Source</a><a href="#impl-Cmp%3CNInt%3CU%3E%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="../../typenum/type_operators/trait.Cmp.html" title="trait typenum::type_operators::Cmp">Cmp</a>&lt;<a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a><div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3><div class="docblock"><p>0 &gt; -X</p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-1" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#664">Source</a><a href="#associatedtype.Output-1" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Cmp.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/struct.Greater.html" title="struct typenum::Greater">Greater</a></h4></section></summary><div class='docblock'>The result of the comparison. It should only ever be one of <code>Greater</code>, <code>Less</code>, or <code>Equal</code>.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Cmp%3CPInt%3CU%3E%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#673">Source</a><a href="#impl-Cmp%3CPInt%3CU%3E%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="../../typenum/type_operators/trait.Cmp.html" title="trait typenum::type_operators::Cmp">Cmp</a>&lt;<a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a><div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3><div class="docblock"><p>0 &lt; X</p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-2" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#674">Source</a><a href="#associatedtype.Output-2" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Cmp.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/struct.Less.html" title="struct typenum::Less">Less</a></h4></section></summary><div class='docblock'>The result of the comparison. It should only ever be one of <code>Greater</code>, <code>Less</code>, or <code>Equal</code>.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Cmp%3CZ0%3E-for-NInt%3CU%3E" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#693">Source</a><a href="#impl-Cmp%3CZ0%3E-for-NInt%3CU%3E" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="../../typenum/type_operators/trait.Cmp.html" title="trait typenum::type_operators::Cmp">Cmp</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt; for <a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;<div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3><div class="docblock"><p>-X &lt; 0</p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-4" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#694">Source</a><a href="#associatedtype.Output-4" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Cmp.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/struct.Less.html" title="struct typenum::Less">Less</a></h4></section></summary><div class='docblock'>The result of the comparison. It should only ever be one of <code>Greater</code>, <code>Less</code>, or <code>Equal</code>.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Cmp%3CZ0%3E-for-PInt%3CU%3E" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#683">Source</a><a href="#impl-Cmp%3CZ0%3E-for-PInt%3CU%3E" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="../../typenum/type_operators/trait.Cmp.html" title="trait typenum::type_operators::Cmp">Cmp</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt; for <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;<div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3><div class="docblock"><p>X &gt; 0</p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-3" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#684">Source</a><a href="#associatedtype.Output-3" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Cmp.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/struct.Greater.html" title="struct typenum::Greater">Greater</a></h4></section></summary><div class='docblock'>The result of the comparison. It should only ever be one of <code>Greater</code>, <code>Less</code>, or <code>Equal</code>.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Cmp-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#653">Source</a><a href="#impl-Cmp-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../../typenum/type_operators/trait.Cmp.html" title="trait typenum::type_operators::Cmp">Cmp</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3><div class="docblock"><p>0 == 0</p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#654">Source</a><a href="#associatedtype.Output" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Cmp.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/struct.Equal.html" title="struct typenum::Equal">Equal</a></h4></section></summary><div class='docblock'>The result of the comparison. It should only ever be one of <code>Greater</code>, <code>Less</code>, or <code>Equal</code>.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Debug-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#70">Source</a><a href="#impl-Debug-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#70">Source</a><a href="#method.fmt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/fmt/trait.Debug.html#tymethod.fmt" class="fn">fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/1.93.1/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>&lt;'_&gt;) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.unit.html">()</a>, <a class="struct" href="https://doc.rust-lang.org/1.93.1/core/fmt/struct.Error.html" title="struct core::fmt::Error">Error</a>&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/1.93.1/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Default-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#70">Source</a><a href="#impl-Default-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/default/trait.Default.html" title="trait core::default::Default">Default</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.default" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#70">Source</a><a href="#method.default" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/default/trait.Default.html#tymethod.default" class="fn">default</a>() -&gt; <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h4></section></summary><div class='docblock'>Returns the “default value” for a type. <a href="https://doc.rust-lang.org/1.93.1/core/default/trait.Default.html#tymethod.default">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Div%3CI%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#565">Source</a><a href="#impl-Div%3CI%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl&lt;I&gt; <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;I&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a><div class="where">where
I: <a class="trait" href="../../typenum/marker_traits/trait.Integer.html" title="trait typenum::marker_traits::Integer">Integer</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3><div class="docblock"><p><code>Z0 / I = Z0</code> where <code>I != 0</code></p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-29" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#566">Source</a><a href="#associatedtype.Output-29" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Div.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="toggle method-toggle" open><summary><section id="method.div" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#568">Source</a><a href="#method.div" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Div.html#tymethod.div" class="fn">div</a>(self, _: I) -&gt; &lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a> as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;I&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Div.html#tymethod.div">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Gcd%3CNInt%3CU%3E%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#934-936">Source</a><a href="#impl-Gcd%3CNInt%3CU%3E%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="../../typenum/type_operators/trait.Gcd.html" title="trait typenum::type_operators::Gcd">Gcd</a>&lt;<a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a><div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-39" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#938">Source</a><a href="#associatedtype.Output-39" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Gcd.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;</h4></section></summary><div class='docblock'>The greatest common divisor.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Gcd%3CPInt%3CU%3E%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#920-922">Source</a><a href="#impl-Gcd%3CPInt%3CU%3E%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="../../typenum/type_operators/trait.Gcd.html" title="trait typenum::type_operators::Gcd">Gcd</a>&lt;<a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a><div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-37" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#924">Source</a><a href="#associatedtype.Output-37" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Gcd.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;</h4></section></summary><div class='docblock'>The greatest common divisor.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Gcd%3CZ0%3E-for-NInt%3CU%3E" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#941-943">Source</a><a href="#impl-Gcd%3CZ0%3E-for-NInt%3CU%3E" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="../../typenum/type_operators/trait.Gcd.html" title="trait typenum::type_operators::Gcd">Gcd</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt; for <a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;<div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-40" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#945">Source</a><a href="#associatedtype.Output-40" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Gcd.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;</h4></section></summary><div class='docblock'>The greatest common divisor.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Gcd%3CZ0%3E-for-PInt%3CU%3E" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#927-929">Source</a><a href="#impl-Gcd%3CZ0%3E-for-PInt%3CU%3E" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="../../typenum/type_operators/trait.Gcd.html" title="trait typenum::type_operators::Gcd">Gcd</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt; for <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;<div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-38" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#931">Source</a><a href="#associatedtype.Output-38" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Gcd.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;</h4></section></summary><div class='docblock'>The greatest common divisor.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Gcd%3CZ0%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#916">Source</a><a href="#impl-Gcd%3CZ0%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../../typenum/type_operators/trait.Gcd.html" title="trait typenum::type_operators::Gcd">Gcd</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-36" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#917">Source</a><a href="#associatedtype.Output-36" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Gcd.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h4></section></summary><div class='docblock'>The greatest common divisor.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Hash-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#70">Source</a><a href="#impl-Hash-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/hash/trait.Hash.html" title="trait core::hash::Hash">Hash</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.hash" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#70">Source</a><a href="#method.hash" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/hash/trait.Hash.html#tymethod.hash" class="fn">hash</a>&lt;__H&gt;(&amp;self, state: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&amp;mut __H</a>)<div class="where">where
__H: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>,</div></h4></section></summary><div class='docblock'>Feeds this value into the given <a href="https://doc.rust-lang.org/1.93.1/core/hash/trait.Hasher.html" title="trait core::hash::Hasher"><code>Hasher</code></a>. <a href="https://doc.rust-lang.org/1.93.1/core/hash/trait.Hash.html#tymethod.hash">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.hash_slice" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.3.0">1.3.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/hash/mod.rs.html#235-237">Source</a></span><a href="#method.hash_slice" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/hash/trait.Hash.html#method.hash_slice" class="fn">hash_slice</a>&lt;H&gt;(data: &amp;[Self], state: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&amp;mut H</a>)<div class="where">where
H: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>,
Self: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Feeds a slice of this type into the given <a href="https://doc.rust-lang.org/1.93.1/core/hash/trait.Hasher.html" title="trait core::hash::Hasher"><code>Hasher</code></a>. <a href="https://doc.rust-lang.org/1.93.1/core/hash/trait.Hash.html#method.hash_slice">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Integer-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#88">Source</a><a href="#impl-Integer-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../../typenum/marker_traits/trait.Integer.html" title="trait typenum::marker_traits::Integer">Integer</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section></summary><div class="impl-items"><section id="associatedconstant.I8" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#89">Source</a><a href="#associatedconstant.I8" class="anchor">§</a><h4 class="code-header">const <a href="../../typenum/marker_traits/trait.Integer.html#associatedconstant.I8" class="constant">I8</a>: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i8.html">i8</a> = 0</h4></section><section id="associatedconstant.I16" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#90">Source</a><a href="#associatedconstant.I16" class="anchor">§</a><h4 class="code-header">const <a href="../../typenum/marker_traits/trait.Integer.html#associatedconstant.I16" class="constant">I16</a>: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i16.html">i16</a> = 0</h4></section><section id="associatedconstant.I32" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#91">Source</a><a href="#associatedconstant.I32" class="anchor">§</a><h4 class="code-header">const <a href="../../typenum/marker_traits/trait.Integer.html#associatedconstant.I32" class="constant">I32</a>: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i32.html">i32</a> = 0</h4></section><section id="associatedconstant.I64" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#92">Source</a><a href="#associatedconstant.I64" class="anchor">§</a><h4 class="code-header">const <a href="../../typenum/marker_traits/trait.Integer.html#associatedconstant.I64" class="constant">I64</a>: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i64.html">i64</a> = 0</h4></section><section id="associatedconstant.ISIZE" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#95">Source</a><a href="#associatedconstant.ISIZE" class="anchor">§</a><h4 class="code-header">const <a href="../../typenum/marker_traits/trait.Integer.html#associatedconstant.ISIZE" class="constant">ISIZE</a>: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.isize.html">isize</a> = 0</h4></section><section id="method.to_i8" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#98">Source</a><a href="#method.to_i8" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/marker_traits/trait.Integer.html#tymethod.to_i8" class="fn">to_i8</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i8.html">i8</a></h4></section><section id="method.to_i16" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#102">Source</a><a href="#method.to_i16" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/marker_traits/trait.Integer.html#tymethod.to_i16" class="fn">to_i16</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i16.html">i16</a></h4></section><section id="method.to_i32" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#106">Source</a><a href="#method.to_i32" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/marker_traits/trait.Integer.html#tymethod.to_i32" class="fn">to_i32</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i32.html">i32</a></h4></section><section id="method.to_i64" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#110">Source</a><a href="#method.to_i64" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/marker_traits/trait.Integer.html#tymethod.to_i64" class="fn">to_i64</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i64.html">i64</a></h4></section><section id="method.to_isize" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#119">Source</a><a href="#method.to_isize" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/marker_traits/trait.Integer.html#tymethod.to_isize" class="fn">to_isize</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.isize.html">isize</a></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Max%3CNInt%3CU%3E%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1116-1118">Source</a><a href="#impl-Max%3CNInt%3CU%3E%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="../../typenum/type_operators/trait.Max.html" title="trait typenum::type_operators::Max">Max</a>&lt;<a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a><div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-12" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1120">Source</a><a href="#associatedtype.Output-12" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Max.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h4></section></summary><div class='docblock'>The type of the maximum of <code>Self</code> and <code>Rhs</code></div></details><details class="toggle method-toggle" open><summary><section id="method.max-3" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1122">Source</a><a href="#method.max-3" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/type_operators/trait.Max.html#tymethod.max" class="fn">max</a>(self, _: <a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;) -&gt; &lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a> as <a class="trait" href="../../typenum/type_operators/trait.Max.html" title="trait typenum::type_operators::Max">Max</a>&lt;<a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;&gt;&gt;::<a class="associatedtype" href="../../typenum/type_operators/trait.Max.html#associatedtype.Output" title="type typenum::type_operators::Max::Output">Output</a></h4></section></summary><div class='docblock'>Method returning the maximum</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Max%3CPInt%3CU%3E%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1105-1107">Source</a><a href="#impl-Max%3CPInt%3CU%3E%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="../../typenum/type_operators/trait.Max.html" title="trait typenum::type_operators::Max">Max</a>&lt;<a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a><div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-11" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1109">Source</a><a href="#associatedtype.Output-11" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Max.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;</h4></section></summary><div class='docblock'>The type of the maximum of <code>Self</code> and <code>Rhs</code></div></details><details class="toggle method-toggle" open><summary><section id="method.max-2" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1111">Source</a><a href="#method.max-2" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/type_operators/trait.Max.html#tymethod.max" class="fn">max</a>(self, rhs: <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;) -&gt; &lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a> as <a class="trait" href="../../typenum/type_operators/trait.Max.html" title="trait typenum::type_operators::Max">Max</a>&lt;<a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;&gt;&gt;::<a class="associatedtype" href="../../typenum/type_operators/trait.Max.html#associatedtype.Output" title="type typenum::type_operators::Max::Output">Output</a></h4></section></summary><div class='docblock'>Method returning the maximum</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Max%3CZ0%3E-for-NInt%3CU%3E" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1138-1140">Source</a><a href="#impl-Max%3CZ0%3E-for-NInt%3CU%3E" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="../../typenum/type_operators/trait.Max.html" title="trait typenum::type_operators::Max">Max</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt; for <a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;<div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-14" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1142">Source</a><a href="#associatedtype.Output-14" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Max.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h4></section></summary><div class='docblock'>The type of the maximum of <code>Self</code> and <code>Rhs</code></div></details><details class="toggle method-toggle" open><summary><section id="method.max-5" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1144">Source</a><a href="#method.max-5" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/type_operators/trait.Max.html#tymethod.max" class="fn">max</a>(self, rhs: <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>) -&gt; &lt;<a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt; as <a class="trait" href="../../typenum/type_operators/trait.Max.html" title="trait typenum::type_operators::Max">Max</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt;&gt;::<a class="associatedtype" href="../../typenum/type_operators/trait.Max.html#associatedtype.Output" title="type typenum::type_operators::Max::Output">Output</a></h4></section></summary><div class='docblock'>Method returning the maximum</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Max%3CZ0%3E-for-PInt%3CU%3E" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1127-1129">Source</a><a href="#impl-Max%3CZ0%3E-for-PInt%3CU%3E" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="../../typenum/type_operators/trait.Max.html" title="trait typenum::type_operators::Max">Max</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt; for <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;<div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-13" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1131">Source</a><a href="#associatedtype.Output-13" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Max.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;</h4></section></summary><div class='docblock'>The type of the maximum of <code>Self</code> and <code>Rhs</code></div></details><details class="toggle method-toggle" open><summary><section id="method.max-4" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1133">Source</a><a href="#method.max-4" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/type_operators/trait.Max.html#tymethod.max" class="fn">max</a>(self, _: <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>) -&gt; &lt;<a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt; as <a class="trait" href="../../typenum/type_operators/trait.Max.html" title="trait typenum::type_operators::Max">Max</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt;&gt;::<a class="associatedtype" href="../../typenum/type_operators/trait.Max.html#associatedtype.Output" title="type typenum::type_operators::Max::Output">Output</a></h4></section></summary><div class='docblock'>Method returning the maximum</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Max-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1097">Source</a><a href="#impl-Max-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../../typenum/type_operators/trait.Max.html" title="trait typenum::type_operators::Max">Max</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-10" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1098">Source</a><a href="#associatedtype.Output-10" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Max.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h4></section></summary><div class='docblock'>The type of the maximum of <code>Self</code> and <code>Rhs</code></div></details><details class="toggle method-toggle" open><summary><section id="method.max-1" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1100">Source</a><a href="#method.max-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/type_operators/trait.Max.html#tymethod.max" class="fn">max</a>(self, _: <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>) -&gt; &lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a> as <a class="trait" href="../../typenum/type_operators/trait.Max.html" title="trait typenum::type_operators::Max">Max</a>&gt;::<a class="associatedtype" href="../../typenum/type_operators/trait.Max.html#associatedtype.Output" title="type typenum::type_operators::Max::Output">Output</a></h4></section></summary><div class='docblock'>Method returning the maximum</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Min%3CNInt%3CU%3E%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1007-1009">Source</a><a href="#impl-Min%3CNInt%3CU%3E%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="../../typenum/type_operators/trait.Min.html" title="trait typenum::type_operators::Min">Min</a>&lt;<a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a><div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-7" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1011">Source</a><a href="#associatedtype.Output-7" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Min.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;</h4></section></summary><div class='docblock'>The type of the minimum of <code>Self</code> and <code>Rhs</code></div></details><details class="toggle method-toggle" open><summary><section id="method.min-3" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1013">Source</a><a href="#method.min-3" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/type_operators/trait.Min.html#tymethod.min" class="fn">min</a>(self, rhs: <a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;) -&gt; &lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a> as <a class="trait" href="../../typenum/type_operators/trait.Min.html" title="trait typenum::type_operators::Min">Min</a>&lt;<a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;&gt;&gt;::<a class="associatedtype" href="../../typenum/type_operators/trait.Min.html#associatedtype.Output" title="type typenum::type_operators::Min::Output">Output</a></h4></section></summary><div class='docblock'>Method returning the minimum</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Min%3CPInt%3CU%3E%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#996-998">Source</a><a href="#impl-Min%3CPInt%3CU%3E%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="../../typenum/type_operators/trait.Min.html" title="trait typenum::type_operators::Min">Min</a>&lt;<a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a><div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-6" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1000">Source</a><a href="#associatedtype.Output-6" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Min.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h4></section></summary><div class='docblock'>The type of the minimum of <code>Self</code> and <code>Rhs</code></div></details><details class="toggle method-toggle" open><summary><section id="method.min-2" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1002">Source</a><a href="#method.min-2" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/type_operators/trait.Min.html#tymethod.min" class="fn">min</a>(self, _: <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;) -&gt; &lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a> as <a class="trait" href="../../typenum/type_operators/trait.Min.html" title="trait typenum::type_operators::Min">Min</a>&lt;<a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;&gt;&gt;::<a class="associatedtype" href="../../typenum/type_operators/trait.Min.html#associatedtype.Output" title="type typenum::type_operators::Min::Output">Output</a></h4></section></summary><div class='docblock'>Method returning the minimum</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Min%3CZ0%3E-for-NInt%3CU%3E" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1029-1031">Source</a><a href="#impl-Min%3CZ0%3E-for-NInt%3CU%3E" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="../../typenum/type_operators/trait.Min.html" title="trait typenum::type_operators::Min">Min</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt; for <a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;<div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-9" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1033">Source</a><a href="#associatedtype.Output-9" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Min.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;</h4></section></summary><div class='docblock'>The type of the minimum of <code>Self</code> and <code>Rhs</code></div></details><details class="toggle method-toggle" open><summary><section id="method.min-5" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1035">Source</a><a href="#method.min-5" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/type_operators/trait.Min.html#tymethod.min" class="fn">min</a>(self, _: <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>) -&gt; &lt;<a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt; as <a class="trait" href="../../typenum/type_operators/trait.Min.html" title="trait typenum::type_operators::Min">Min</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt;&gt;::<a class="associatedtype" href="../../typenum/type_operators/trait.Min.html#associatedtype.Output" title="type typenum::type_operators::Min::Output">Output</a></h4></section></summary><div class='docblock'>Method returning the minimum</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Min%3CZ0%3E-for-PInt%3CU%3E" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1018-1020">Source</a><a href="#impl-Min%3CZ0%3E-for-PInt%3CU%3E" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="../../typenum/type_operators/trait.Min.html" title="trait typenum::type_operators::Min">Min</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt; for <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;<div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-8" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1022">Source</a><a href="#associatedtype.Output-8" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Min.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h4></section></summary><div class='docblock'>The type of the minimum of <code>Self</code> and <code>Rhs</code></div></details><details class="toggle method-toggle" open><summary><section id="method.min-4" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1024">Source</a><a href="#method.min-4" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/type_operators/trait.Min.html#tymethod.min" class="fn">min</a>(self, rhs: <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>) -&gt; &lt;<a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt; as <a class="trait" href="../../typenum/type_operators/trait.Min.html" title="trait typenum::type_operators::Min">Min</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt;&gt;::<a class="associatedtype" href="../../typenum/type_operators/trait.Min.html#associatedtype.Output" title="type typenum::type_operators::Min::Output">Output</a></h4></section></summary><div class='docblock'>Method returning the minimum</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Min-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#988">Source</a><a href="#impl-Min-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../../typenum/type_operators/trait.Min.html" title="trait typenum::type_operators::Min">Min</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-5" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#989">Source</a><a href="#associatedtype.Output-5" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Min.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h4></section></summary><div class='docblock'>The type of the minimum of <code>Self</code> and <code>Rhs</code></div></details><details class="toggle method-toggle" open><summary><section id="method.min-1" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#991">Source</a><a href="#method.min-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/type_operators/trait.Min.html#tymethod.min" class="fn">min</a>(self, _: <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>) -&gt; &lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a> as <a class="trait" href="../../typenum/type_operators/trait.Min.html" title="trait typenum::type_operators::Min">Min</a>&gt;::<a class="associatedtype" href="../../typenum/type_operators/trait.Min.html#associatedtype.Output" title="type typenum::type_operators::Min::Output">Output</a></h4></section></summary><div class='docblock'>Method returning the minimum</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Mul%3CATerm%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/array.rs.html#215">Source</a><a href="#impl-Mul%3CATerm%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../../typenum/array/struct.ATerm.html" title="struct typenum::array::ATerm">ATerm</a>&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-27" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/array.rs.html#216">Source</a><a href="#associatedtype.Output-27" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/array/struct.ATerm.html" title="struct typenum::array::ATerm">ATerm</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="toggle method-toggle" open><summary><section id="method.mul-3" class="method trait-impl"><a class="src rightside" href="../../src/typenum/array.rs.html#218">Source</a><a href="#method.mul-3" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html#tymethod.mul" class="fn">mul</a>(self, _: <a class="struct" href="../../typenum/array/struct.ATerm.html" title="struct typenum::array::ATerm">ATerm</a>) -&gt; &lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a> as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../../typenum/array/struct.ATerm.html" title="struct typenum::array::ATerm">ATerm</a>&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html#tymethod.mul">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Mul%3CI%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#483">Source</a><a href="#impl-Mul%3CI%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl&lt;I&gt; <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;I&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a><div class="where">where
I: <a class="trait" href="../../typenum/marker_traits/trait.Integer.html" title="trait typenum::marker_traits::Integer">Integer</a>,</div></h3><div class="docblock"><p><code>Z0 * I = Z0</code></p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-24" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#484">Source</a><a href="#associatedtype.Output-24" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="toggle method-toggle" open><summary><section id="method.mul" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#486">Source</a><a href="#method.mul" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html#tymethod.mul" class="fn">mul</a>(self, _: I) -&gt; &lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a> as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;I&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html#tymethod.mul">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Mul%3CTArr%3CV,+A%3E%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/array.rs.html#245-247">Source</a><a href="#impl-Mul%3CTArr%3CV,+A%3E%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl&lt;V, A&gt; <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../../typenum/array/struct.TArr.html" title="struct typenum::array::TArr">TArr</a>&lt;V, A&gt;&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a><div class="where">where
<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;A&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-28" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/array.rs.html#249">Source</a><a href="#associatedtype.Output-28" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/array/struct.TArr.html" title="struct typenum::array::TArr">TArr</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>, &lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a> as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;A&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a>&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="toggle method-toggle" open><summary><section id="method.mul-4" class="method trait-impl"><a class="src rightside" href="../../src/typenum/array.rs.html#251">Source</a><a href="#method.mul-4" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html#tymethod.mul" class="fn">mul</a>(self, rhs: <a class="struct" href="../../typenum/array/struct.TArr.html" title="struct typenum::array::TArr">TArr</a>&lt;V, A&gt;) -&gt; &lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a> as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../../typenum/array/struct.TArr.html" title="struct typenum::array::TArr">TArr</a>&lt;V, A&gt;&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html#tymethod.mul">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Mul%3CZ0%3E-for-NInt%3CU%3E" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#501">Source</a><a href="#impl-Mul%3CZ0%3E-for-NInt%3CU%3E" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt; for <a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;<div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3><div class="docblock"><p><code>N * Z0 = Z0</code></p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-26" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#502">Source</a><a href="#associatedtype.Output-26" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="toggle method-toggle" open><summary><section id="method.mul-2" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#504">Source</a><a href="#method.mul-2" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html#tymethod.mul" class="fn">mul</a>(self, _: <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>) -&gt; &lt;<a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt; as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html#tymethod.mul">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Mul%3CZ0%3E-for-PInt%3CU%3E" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#492">Source</a><a href="#impl-Mul%3CZ0%3E-for-PInt%3CU%3E" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt; for <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;<div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3><div class="docblock"><p><code>P * Z0 = Z0</code></p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-25" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#493">Source</a><a href="#associatedtype.Output-25" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="toggle method-toggle" open><summary><section id="method.mul-1" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#495">Source</a><a href="#method.mul-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html#tymethod.mul" class="fn">mul</a>(self, _: <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>) -&gt; &lt;<a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt; as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Mul.html#tymethod.mul">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Neg-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#223">Source</a><a href="#impl-Neg-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3><div class="docblock"><p><code>-Z0 = Z0</code></p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-15" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#224">Source</a><a href="#associatedtype.Output-15" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Neg.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="toggle method-toggle" open><summary><section id="method.neg" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#226">Source</a><a href="#method.neg" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Neg.html#tymethod.neg" class="fn">neg</a>(self) -&gt; &lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a> as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a>&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Neg.html#associatedtype.Output" title="type core::ops::arith::Neg::Output">Output</a></h4></section></summary><div class='docblock'>Performs the unary <code>-</code> operation. <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Neg.html#tymethod.neg">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Ord-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#70">Source</a><a href="#impl-Ord-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.Ord.html" title="trait core::cmp::Ord">Ord</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.cmp" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#70">Source</a><a href="#method.cmp" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.Ord.html#tymethod.cmp" class="fn">cmp</a>(&amp;self, other: &amp;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/cmp/enum.Ordering.html" title="enum core::cmp::Ordering">Ordering</a></h4></section></summary><div class='docblock'>This method returns an <a href="https://doc.rust-lang.org/1.93.1/core/cmp/enum.Ordering.html" title="enum core::cmp::Ordering"><code>Ordering</code></a> between <code>self</code> and <code>other</code>. <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.Ord.html#tymethod.cmp">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.max" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.21.0">1.21.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#1021-1023">Source</a></span><a href="#method.max" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.Ord.html#method.max" class="fn">max</a>(self, other: Self) -&gt; Self<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Compares and returns the maximum of two values. <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.Ord.html#method.max">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.min" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.21.0">1.21.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#1060-1062">Source</a></span><a href="#method.min" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.Ord.html#method.min" class="fn">min</a>(self, other: Self) -&gt; Self<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Compares and returns the minimum of two values. <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.Ord.html#method.min">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clamp" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.50.0">1.50.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#1086-1088">Source</a></span><a href="#method.clamp" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.Ord.html#method.clamp" class="fn">clamp</a>(self, min: Self, max: Self) -&gt; Self<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Restrict a value to a certain interval. <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.Ord.html#method.clamp">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#70">Source</a><a href="#impl-PartialEq-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#70">Source</a><a href="#method.eq" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&amp;self, other: &amp;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#264">Source</a></span><a href="#method.ne" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&amp;self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&amp;Rhs</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialOrd-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#70">Source</a><a href="#impl-PartialOrd-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialOrd.html" title="trait core::cmp::PartialOrd">PartialOrd</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.partial_cmp" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#70">Source</a><a href="#method.partial_cmp" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp" class="fn">partial_cmp</a>(&amp;self, other: &amp;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="https://doc.rust-lang.org/1.93.1/core/cmp/enum.Ordering.html" title="enum core::cmp::Ordering">Ordering</a>&gt;</h4></section></summary><div class='docblock'>This method returns an ordering between <code>self</code> and <code>other</code> values if one exists. <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.lt" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#1398">Source</a></span><a href="#method.lt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialOrd.html#method.lt" class="fn">lt</a>(&amp;self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&amp;Rhs</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests less than (for <code>self</code> and <code>other</code>) and is used by the <code>&lt;</code> operator. <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialOrd.html#method.lt">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.le" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#1416">Source</a></span><a href="#method.le" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialOrd.html#method.le" class="fn">le</a>(&amp;self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&amp;Rhs</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests less than or equal to (for <code>self</code> and <code>other</code>) and is used by the
<code>&lt;=</code> operator. <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialOrd.html#method.le">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.gt" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#1434">Source</a></span><a href="#method.gt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialOrd.html#method.gt" class="fn">gt</a>(&amp;self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&amp;Rhs</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests greater than (for <code>self</code> and <code>other</code>) and is used by the <code>&gt;</code>
operator. <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialOrd.html#method.gt">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.ge" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.93.1/src/core/cmp.rs.html#1452">Source</a></span><a href="#method.ge" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialOrd.html#method.ge" class="fn">ge</a>(&amp;self, other: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&amp;Rhs</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests greater than or equal to (for <code>self</code> and <code>other</code>) and is used by
the <code>&gt;=</code> operator. <a href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.PartialOrd.html#method.ge">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Pow%3CNInt%3CU%3E%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#820">Source</a><a href="#impl-Pow%3CNInt%3CU%3E%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="../../typenum/type_operators/trait.Pow.html" title="trait typenum::type_operators::Pow">Pow</a>&lt;<a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a><div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3><div class="docblock"><p>0^N = 0</p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-33" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#821">Source</a><a href="#associatedtype.Output-33" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h4></section></summary><div class='docblock'>The result of the exponentiation.</div></details><details class="toggle method-toggle" open><summary><section id="method.powi-2" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#823">Source</a><a href="#method.powi-2" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/type_operators/trait.Pow.html#tymethod.powi" class="fn">powi</a>(self, _: <a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;) -&gt; &lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a> as <a class="trait" href="../../typenum/type_operators/trait.Pow.html" title="trait typenum::type_operators::Pow">Pow</a>&lt;<a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;&gt;&gt;::<a class="associatedtype" href="../../typenum/type_operators/trait.Pow.html#associatedtype.Output" title="type typenum::type_operators::Pow::Output">Output</a></h4></section></summary><div class='docblock'>This function isnt used in this crate, but may be useful for others.
It is implemented for primitives. <a href="../../typenum/type_operators/trait.Pow.html#tymethod.powi">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Pow%3CPInt%3CU%3E%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#811">Source</a><a href="#impl-Pow%3CPInt%3CU%3E%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="../../typenum/type_operators/trait.Pow.html" title="trait typenum::type_operators::Pow">Pow</a>&lt;<a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a><div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3><div class="docblock"><p>0^P = 0</p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-32" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#812">Source</a><a href="#associatedtype.Output-32" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h4></section></summary><div class='docblock'>The result of the exponentiation.</div></details><details class="toggle method-toggle" open><summary><section id="method.powi-1" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#814">Source</a><a href="#method.powi-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/type_operators/trait.Pow.html#tymethod.powi" class="fn">powi</a>(self, _: <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;) -&gt; &lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a> as <a class="trait" href="../../typenum/type_operators/trait.Pow.html" title="trait typenum::type_operators::Pow">Pow</a>&lt;<a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;&gt;&gt;::<a class="associatedtype" href="../../typenum/type_operators/trait.Pow.html#associatedtype.Output" title="type typenum::type_operators::Pow::Output">Output</a></h4></section></summary><div class='docblock'>This function isnt used in this crate, but may be useful for others.
It is implemented for primitives. <a href="../../typenum/type_operators/trait.Pow.html#tymethod.powi">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Pow%3CZ0%3E-for-NInt%3CU%3E" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#865">Source</a><a href="#impl-Pow%3CZ0%3E-for-NInt%3CU%3E" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="../../typenum/type_operators/trait.Pow.html" title="trait typenum::type_operators::Pow">Pow</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt; for <a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;<div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3><div class="docblock"><p>N^0 = 1</p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-35" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#866">Source</a><a href="#associatedtype.Output-35" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;<a class="struct" href="../../typenum/uint/struct.UInt.html" title="struct typenum::uint::UInt">UInt</a>&lt;<a class="struct" href="../../typenum/uint/struct.UTerm.html" title="struct typenum::uint::UTerm">UTerm</a>, <a class="struct" href="struct.B1.html" title="struct digest::consts::B1">B1</a>&gt;&gt;</h4></section></summary><div class='docblock'>The result of the exponentiation.</div></details><details class="toggle method-toggle" open><summary><section id="method.powi-4" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#868">Source</a><a href="#method.powi-4" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/type_operators/trait.Pow.html#tymethod.powi" class="fn">powi</a>(self, _: <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>) -&gt; &lt;<a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt; as <a class="trait" href="../../typenum/type_operators/trait.Pow.html" title="trait typenum::type_operators::Pow">Pow</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt;&gt;::<a class="associatedtype" href="../../typenum/type_operators/trait.Pow.html#associatedtype.Output" title="type typenum::type_operators::Pow::Output">Output</a></h4></section></summary><div class='docblock'>This function isnt used in this crate, but may be useful for others.
It is implemented for primitives. <a href="../../typenum/type_operators/trait.Pow.html#tymethod.powi">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Pow%3CZ0%3E-for-PInt%3CU%3E" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#856">Source</a><a href="#impl-Pow%3CZ0%3E-for-PInt%3CU%3E" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="../../typenum/type_operators/trait.Pow.html" title="trait typenum::type_operators::Pow">Pow</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt; for <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;<div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3><div class="docblock"><p>P^0 = 1</p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-34" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#857">Source</a><a href="#associatedtype.Output-34" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;<a class="struct" href="../../typenum/uint/struct.UInt.html" title="struct typenum::uint::UInt">UInt</a>&lt;<a class="struct" href="../../typenum/uint/struct.UTerm.html" title="struct typenum::uint::UTerm">UTerm</a>, <a class="struct" href="struct.B1.html" title="struct digest::consts::B1">B1</a>&gt;&gt;</h4></section></summary><div class='docblock'>The result of the exponentiation.</div></details><details class="toggle method-toggle" open><summary><section id="method.powi-3" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#859">Source</a><a href="#method.powi-3" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/type_operators/trait.Pow.html#tymethod.powi" class="fn">powi</a>(self, _: <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>) -&gt; &lt;<a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt; as <a class="trait" href="../../typenum/type_operators/trait.Pow.html" title="trait typenum::type_operators::Pow">Pow</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt;&gt;::<a class="associatedtype" href="../../typenum/type_operators/trait.Pow.html#associatedtype.Output" title="type typenum::type_operators::Pow::Output">Output</a></h4></section></summary><div class='docblock'>This function isnt used in this crate, but may be useful for others.
It is implemented for primitives. <a href="../../typenum/type_operators/trait.Pow.html#tymethod.powi">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Pow%3CZ0%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#802">Source</a><a href="#impl-Pow%3CZ0%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../../typenum/type_operators/trait.Pow.html" title="trait typenum::type_operators::Pow">Pow</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3><div class="docblock"><p>0^0 = 1</p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-31" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#803">Source</a><a href="#associatedtype.Output-31" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;<a class="struct" href="../../typenum/uint/struct.UInt.html" title="struct typenum::uint::UInt">UInt</a>&lt;<a class="struct" href="../../typenum/uint/struct.UTerm.html" title="struct typenum::uint::UTerm">UTerm</a>, <a class="struct" href="struct.B1.html" title="struct digest::consts::B1">B1</a>&gt;&gt;</h4></section></summary><div class='docblock'>The result of the exponentiation.</div></details><details class="toggle method-toggle" open><summary><section id="method.powi" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#805">Source</a><a href="#method.powi" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/type_operators/trait.Pow.html#tymethod.powi" class="fn">powi</a>(self, _: <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>) -&gt; &lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a> as <a class="trait" href="../../typenum/type_operators/trait.Pow.html" title="trait typenum::type_operators::Pow">Pow</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt;&gt;::<a class="associatedtype" href="../../typenum/type_operators/trait.Pow.html#associatedtype.Output" title="type typenum::type_operators::Pow::Output">Output</a></h4></section></summary><div class='docblock'>This function isnt used in this crate, but may be useful for others.
It is implemented for primitives. <a href="../../typenum/type_operators/trait.Pow.html#tymethod.powi">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Rem%3CI%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#746">Source</a><a href="#impl-Rem%3CI%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl&lt;I&gt; <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;I&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a><div class="where">where
I: <a class="trait" href="../../typenum/marker_traits/trait.Integer.html" title="trait typenum::marker_traits::Integer">Integer</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3><div class="docblock"><p><code>Z0 % I = Z0</code> where <code>I != 0</code></p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-30" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#747">Source</a><a href="#associatedtype.Output-30" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Rem.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="toggle method-toggle" open><summary><section id="method.rem" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#749">Source</a><a href="#method.rem" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Rem.html#tymethod.rem" class="fn">rem</a>(self, _: I) -&gt; &lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a> as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;I&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Rem.html#tymethod.rem">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Sub%3CNInt%3CU%3E%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#396">Source</a><a href="#impl-Sub%3CNInt%3CU%3E%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a><div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3><div class="docblock"><p><code>Z0 - N = P</code></p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-21" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#397">Source</a><a href="#associatedtype.Output-21" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="toggle method-toggle" open><summary><section id="method.sub-2" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#399">Source</a><a href="#method.sub-2" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html#tymethod.sub" class="fn">sub</a>(self, _: <a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;) -&gt; &lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a> as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html#tymethod.sub">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Sub%3CPInt%3CU%3E%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#387">Source</a><a href="#impl-Sub%3CPInt%3CU%3E%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a><div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3><div class="docblock"><p><code>Z0 - P = N</code></p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-20" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#388">Source</a><a href="#associatedtype.Output-20" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="toggle method-toggle" open><summary><section id="method.sub-1" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#390">Source</a><a href="#method.sub-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html#tymethod.sub" class="fn">sub</a>(self, _: <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;) -&gt; &lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a> as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html#tymethod.sub">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Sub%3CZ0%3E-for-NInt%3CU%3E" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#414">Source</a><a href="#impl-Sub%3CZ0%3E-for-NInt%3CU%3E" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt; for <a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;<div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3><div class="docblock"><p><code>NInt - Z0 = NInt</code></p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-23" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#415">Source</a><a href="#associatedtype.Output-23" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="toggle method-toggle" open><summary><section id="method.sub-4" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#417">Source</a><a href="#method.sub-4" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html#tymethod.sub" class="fn">sub</a>(self, _: <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>) -&gt; &lt;<a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;U&gt; as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html#tymethod.sub">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Sub%3CZ0%3E-for-PInt%3CU%3E" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#405">Source</a><a href="#impl-Sub%3CZ0%3E-for-PInt%3CU%3E" class="anchor">§</a><h3 class="code-header">impl&lt;U&gt; <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt; for <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;<div class="where">where
U: <a class="trait" href="../../typenum/marker_traits/trait.Unsigned.html" title="trait typenum::marker_traits::Unsigned">Unsigned</a> + <a class="trait" href="../../typenum/marker_traits/trait.NonZero.html" title="trait typenum::marker_traits::NonZero">NonZero</a>,</div></h3><div class="docblock"><p><code>PInt - Z0 = PInt</code></p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-22" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#406">Source</a><a href="#associatedtype.Output-22" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt;</h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="toggle method-toggle" open><summary><section id="method.sub-3" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#408">Source</a><a href="#method.sub-3" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html#tymethod.sub" class="fn">sub</a>(self, _: <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>) -&gt; &lt;<a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;U&gt; as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html#tymethod.sub">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Sub-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#378">Source</a><a href="#impl-Sub-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3><div class="docblock"><p><code>Z0 - Z0 = Z0</code></p>
</div></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-19" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#379">Source</a><a href="#associatedtype.Output-19" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="toggle method-toggle" open><summary><section id="method.sub" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#381">Source</a><a href="#method.sub" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html#tymethod.sub" class="fn">sub</a>(self, _: <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>) -&gt; &lt;<a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a> as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Sub.html#tymethod.sub">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ToInt%3Ci16%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1214">Source</a><a href="#impl-ToInt%3Ci16%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../../typenum/type_operators/trait.ToInt.html" title="trait typenum::type_operators::ToInt">ToInt</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i16.html">i16</a>&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedconstant.INT-1" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1219">Source</a><a href="#associatedconstant.INT-1" class="anchor">§</a><h4 class="code-header">const <a href="../../typenum/type_operators/trait.ToInt.html#associatedconstant.INT" class="constant">INT</a>: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i16.html">i16</a> = Self::I16</h4></section></summary><div class='docblock'>The concrete value for the type. Can be used in <code>const</code> contexts.</div></details><details class="toggle method-toggle" open><summary><section id="method.to_int-1" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1216">Source</a><a href="#method.to_int-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/type_operators/trait.ToInt.html#tymethod.to_int" class="fn">to_int</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i16.html">i16</a></h4></section></summary><div class='docblock'>Method returning the concrete value for the type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ToInt%3Ci32%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1222">Source</a><a href="#impl-ToInt%3Ci32%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../../typenum/type_operators/trait.ToInt.html" title="trait typenum::type_operators::ToInt">ToInt</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i32.html">i32</a>&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedconstant.INT-2" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1227">Source</a><a href="#associatedconstant.INT-2" class="anchor">§</a><h4 class="code-header">const <a href="../../typenum/type_operators/trait.ToInt.html#associatedconstant.INT" class="constant">INT</a>: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i32.html">i32</a> = Self::I32</h4></section></summary><div class='docblock'>The concrete value for the type. Can be used in <code>const</code> contexts.</div></details><details class="toggle method-toggle" open><summary><section id="method.to_int-2" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1224">Source</a><a href="#method.to_int-2" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/type_operators/trait.ToInt.html#tymethod.to_int" class="fn">to_int</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i32.html">i32</a></h4></section></summary><div class='docblock'>Method returning the concrete value for the type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ToInt%3Ci64%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1230">Source</a><a href="#impl-ToInt%3Ci64%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../../typenum/type_operators/trait.ToInt.html" title="trait typenum::type_operators::ToInt">ToInt</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i64.html">i64</a>&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedconstant.INT-3" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1235">Source</a><a href="#associatedconstant.INT-3" class="anchor">§</a><h4 class="code-header">const <a href="../../typenum/type_operators/trait.ToInt.html#associatedconstant.INT" class="constant">INT</a>: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i64.html">i64</a> = Self::I64</h4></section></summary><div class='docblock'>The concrete value for the type. Can be used in <code>const</code> contexts.</div></details><details class="toggle method-toggle" open><summary><section id="method.to_int-3" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1232">Source</a><a href="#method.to_int-3" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/type_operators/trait.ToInt.html#tymethod.to_int" class="fn">to_int</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i64.html">i64</a></h4></section></summary><div class='docblock'>Method returning the concrete value for the type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ToInt%3Ci8%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1206">Source</a><a href="#impl-ToInt%3Ci8%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../../typenum/type_operators/trait.ToInt.html" title="trait typenum::type_operators::ToInt">ToInt</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i8.html">i8</a>&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedconstant.INT" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1211">Source</a><a href="#associatedconstant.INT" class="anchor">§</a><h4 class="code-header">const <a href="../../typenum/type_operators/trait.ToInt.html#associatedconstant.INT" class="constant">INT</a>: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i8.html">i8</a> = Self::I8</h4></section></summary><div class='docblock'>The concrete value for the type. Can be used in <code>const</code> contexts.</div></details><details class="toggle method-toggle" open><summary><section id="method.to_int" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1208">Source</a><a href="#method.to_int" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/type_operators/trait.ToInt.html#tymethod.to_int" class="fn">to_int</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.i8.html">i8</a></h4></section></summary><div class='docblock'>Method returning the concrete value for the type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ToInt%3Cisize%3E-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1238">Source</a><a href="#impl-ToInt%3Cisize%3E-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../../typenum/type_operators/trait.ToInt.html" title="trait typenum::type_operators::ToInt">ToInt</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.isize.html">isize</a>&gt; for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedconstant.INT-4" class="associatedconstant trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1243">Source</a><a href="#associatedconstant.INT-4" class="anchor">§</a><h4 class="code-header">const <a href="../../typenum/type_operators/trait.ToInt.html#associatedconstant.INT" class="constant">INT</a>: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.isize.html">isize</a> = Self::ISIZE</h4></section></summary><div class='docblock'>The concrete value for the type. Can be used in <code>const</code> contexts.</div></details><details class="toggle method-toggle" open><summary><section id="method.to_int-4" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#1240">Source</a><a href="#method.to_int-4" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/type_operators/trait.ToInt.html#tymethod.to_int" class="fn">to_int</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.isize.html">isize</a></h4></section></summary><div class='docblock'>Method returning the concrete value for the type.</div></details></div></details><section id="impl-Copy-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#70">Source</a><a href="#impl-Copy-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section><section id="impl-Eq-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#70">Source</a><a href="#impl-Eq-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section><section id="impl-StructuralPartialEq-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#70">Source</a><a href="#impl-StructuralPartialEq-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.StructuralPartialEq.html" title="trait core::marker::StructuralPartialEq">StructuralPartialEq</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section><section id="impl-Zero-for-Z0" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#84">Source</a><a href="#impl-Zero-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../../typenum/marker_traits/trait.Zero.html" title="trait typenum::marker_traits::Zero">Zero</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section></div><h2 id="synthetic-implementations" class="section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-Freeze-for-Z0" class="impl"><a href="#impl-Freeze-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section><section id="impl-RefUnwindSafe-for-Z0" class="impl"><a href="#impl-RefUnwindSafe-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section><section id="impl-Send-for-Z0" class="impl"><a href="#impl-Send-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section><section id="impl-Sync-for-Z0" class="impl"><a href="#impl-Sync-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section><section id="impl-Unpin-for-Z0" class="impl"><a href="#impl-Unpin-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section><section id="impl-UnwindSafe-for-Z0" class="impl"><a href="#impl-UnwindSafe-for-Z0" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a></h3></section></div><h2 id="blanket-implementations" class="section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/any.rs.html#138">Source</a><a href="#impl-Any-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<div class="where">where
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/any.rs.html#139">Source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.93.1/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/1.93.1/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/borrow.rs.html#212">Source</a><a href="#impl-Borrow%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T<div class="where">where
T: ?<a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/borrow.rs.html#214">Source</a><a href="#method.borrow" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/borrow/trait.Borrow.html#tymethod.borrow" class="fn">borrow</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&amp;T</a></h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.93.1/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/borrow.rs.html#221">Source</a><a href="#impl-BorrowMut%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a>&lt;T&gt; for T<div class="where">where
T: ?<a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow_mut" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/borrow.rs.html#222">Source</a><a href="#method.borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fn">borrow_mut</a>(&amp;mut self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&amp;mut T</a></h4></section></summary><div class='docblock'>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.93.1/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-CloneToUninit-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/clone.rs.html#547">Source</a><a href="#impl-CloneToUninit-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/clone/trait.CloneToUninit.html" title="trait core::clone::CloneToUninit">CloneToUninit</a> for T<div class="where">where
T: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone_to_uninit" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/clone.rs.html#549">Source</a><a href="#method.clone_to_uninit" class="anchor">§</a><h4 class="code-header">unsafe fn <a href="https://doc.rust-lang.org/1.93.1/core/clone/trait.CloneToUninit.html#tymethod.clone_to_uninit" class="fn">clone_to_uninit</a>(&amp;self, dest: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.pointer.html">*mut </a><a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.u8.html">u8</a>)</h4></section></summary><span class="item-info"><div class="stab unstable"><span class="emoji">🔬</span><span>This is a nightly-only experimental API. (<code>clone_to_uninit</code>)</span></div></span><div class='docblock'>Performs copy-assignment from <code>self</code> to <code>dest</code>. <a href="https://doc.rust-lang.org/1.93.1/core/clone/trait.CloneToUninit.html#tymethod.clone_to_uninit">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/convert/mod.rs.html#785">Source</a><a href="#impl-From%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/convert/mod.rs.html#788">Source</a><a href="#method.from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(t: T) -&gt; T</h4></section></summary><div class="docblock"><p>Returns the argument unchanged.</p>
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/convert/mod.rs.html#767-769">Source</a><a href="#impl-Into%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;U&gt; for T<div class="where">where
U: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/convert/mod.rs.html#777">Source</a><a href="#method.into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.Into.html#tymethod.into" class="fn">into</a>(self) -&gt; U</h4></section></summary><div class="docblock"><p>Calls <code>U::from(self)</code>.</p>
<p>That is, this conversion is whatever the implementation of
<code><a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for U</code> chooses to do.</p>
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-PartialDiv%3CN%3E-for-M" class="impl"><a class="src rightside" href="../../src/typenum/int.rs.html#638-640">Source</a><a href="#impl-PartialDiv%3CN%3E-for-M" class="anchor">§</a><h3 class="code-header">impl&lt;M, N&gt; <a class="trait" href="../../typenum/type_operators/trait.PartialDiv.html" title="trait typenum::type_operators::PartialDiv">PartialDiv</a>&lt;N&gt; for M<div class="where">where
M: <a class="trait" href="../../typenum/marker_traits/trait.Integer.html" title="trait typenum::marker_traits::Integer">Integer</a> + <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;N&gt; + <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;N, Output = <a class="struct" href="struct.Z0.html" title="struct digest::consts::Z0">Z0</a>&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-43" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#642">Source</a><a href="#associatedtype.Output-43" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.PartialDiv.html#associatedtype.Output" class="associatedtype">Output</a> = &lt;M as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;N&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></h4></section></summary><div class='docblock'>The type of the result of the division</div></details><details class="toggle method-toggle" open><summary><section id="method.partial_div" class="method trait-impl"><a class="src rightside" href="../../src/typenum/int.rs.html#644">Source</a><a href="#method.partial_div" class="anchor">§</a><h4 class="code-header">fn <a href="../../typenum/type_operators/trait.PartialDiv.html#tymethod.partial_div" class="fn">partial_div</a>(self, rhs: N) -&gt; &lt;M as <a class="trait" href="../../typenum/type_operators/trait.PartialDiv.html" title="trait typenum::type_operators::PartialDiv">PartialDiv</a>&lt;N&gt;&gt;::<a class="associatedtype" href="../../typenum/type_operators/trait.PartialDiv.html#associatedtype.Output" title="type typenum::type_operators::PartialDiv::Output">Output</a></h4></section></summary><div class='docblock'>Method for performing the division</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Same-for-T" class="impl"><a class="src rightside" href="../../src/typenum/type_operators.rs.html#34">Source</a><a href="#impl-Same-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="../../typenum/type_operators/trait.Same.html" title="trait typenum::type_operators::Same">Same</a> for T</h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-42" class="associatedtype trait-impl"><a class="src rightside" href="../../src/typenum/type_operators.rs.html#35">Source</a><a href="#associatedtype.Output-42" class="anchor">§</a><h4 class="code-header">type <a href="../../typenum/type_operators/trait.Same.html#associatedtype.Output" class="associatedtype">Output</a> = T</h4></section></summary><div class='docblock'>Should always be <code>Self</code></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ToOwned-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/alloc/borrow.rs.html#85-87">Source</a><a href="#impl-ToOwned-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.93.1/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T<div class="where">where
T: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Owned" class="associatedtype trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/alloc/borrow.rs.html#89">Source</a><a href="#associatedtype.Owned" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/alloc/borrow/trait.ToOwned.html#associatedtype.Owned" class="associatedtype">Owned</a> = T</h4></section></summary><div class='docblock'>The resulting type after obtaining ownership.</div></details><details class="toggle method-toggle" open><summary><section id="method.to_owned" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/alloc/borrow.rs.html#90">Source</a><a href="#method.to_owned" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/alloc/borrow/trait.ToOwned.html#tymethod.to_owned" class="fn">to_owned</a>(&amp;self) -&gt; T</h4></section></summary><div class='docblock'>Creates owned data from borrowed data, usually by cloning. <a href="https://doc.rust-lang.org/1.93.1/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/alloc/borrow.rs.html#94">Source</a><a href="#method.clone_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/alloc/borrow/trait.ToOwned.html#method.clone_into" class="fn">clone_into</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/1.93.1/std/primitive.reference.html">&amp;mut T</a>)</h4></section></summary><div class='docblock'>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/1.93.1/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/convert/mod.rs.html#827-829">Source</a><a href="#impl-TryFrom%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt; for T<div class="where">where
U: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;T&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/convert/mod.rs.html#831">Source</a><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/convert/mod.rs.html#834">Source</a><a href="#method.try_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryFrom.html#tymethod.try_from" class="fn">try_from</a>(value: U) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, &lt;T as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryInto%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/convert/mod.rs.html#811-813">Source</a><a href="#impl-TryInto%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a>&lt;U&gt; for T<div class="where">where
U: <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/convert/mod.rs.html#815">Source</a><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryInto.html#associatedtype.Error" class="associatedtype">Error</a> = &lt;U as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.93.1/src/core/convert/mod.rs.html#818">Source</a><a href="#method.try_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryInto.html#tymethod.try_into" class="fn">try_into</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.93.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;U, &lt;U as <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.93.1/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details></div></section></div></main></body></html>