10 lines
61 KiB
HTML
10 lines
61 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `Bounded` trait in crate `num_traits`."><meta name="keywords" content="rust, rustlang, rust-lang, Bounded"><title>num_traits::bounds::Bounded - Rust</title><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../dark.css"><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><script src="../../storage.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="shortcut icon" href="../../favicon.ico"><style type="text/css">#crate-search{background-image:url("../../down-arrow.svg");}</style></head><body class="rustdoc trait"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">☰</div><a href='../../num_traits/index.html'><div class='logo-container'><img src='../../rust-logo.png' alt='logo'></div></a><p class='location'>Trait Bounded</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#required-methods">Required Methods</a><div class="sidebar-links"><a href="#tymethod.max_value">max_value</a><a href="#tymethod.min_value">min_value</a></div><a class="sidebar-title" href="#foreign-impls">Implementations on Foreign Types</a><div class="sidebar-links"><a href="#impl-Bounded-for-Wrapping%3CT%3E">Wrapping<T></a></div><a class="sidebar-title" href="#implementors">Implementors</a></div><p class='location'><a href='../index.html'>num_traits</a>::<wbr><a href='index.html'>bounds</a></p><script>window.sidebarCurrent = {name: 'Bounded', ty: 'trait', relpath: ''};</script><script defer src="sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!"><img src="../../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices"></div></div><script src="../../theme.js"></script><nav class="sub"><form class="search-form"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><a id="settings-menu" href="../../settings.html"><img src="../../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class='fqn'><span class='out-of-band'><span id='render-detail'><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class='inner'>−</span>]</a></span><a class='srclink' href='../../src/num_traits/bounds.rs.html#9-15' title='goto source code'>[src]</a></span><span class='in-band'>Trait <a href='../index.html'>num_traits</a>::<wbr><a href='index.html'>bounds</a>::<wbr><a class="trait" href=''>Bounded</a></span></h1><div class="docblock type-decl hidden-by-usual-hider"><pre class='rust trait'>pub trait Bounded {
|
||
fn <a href='#tymethod.min_value' class='fnname'>min_value</a>() -> Self;
|
||
<div class='item-spacer'></div> fn <a href='#tymethod.max_value' class='fnname'>max_value</a>() -> Self;
|
||
}</pre></div><div class='docblock'><p>Numbers which have upper and lower bounds</p>
|
||
</div>
|
||
<h2 id='required-methods' class='small-section-header'>Required methods<a href='#required-methods' class='anchor'></a></h2><div class='methods'><h3 id='tymethod.min_value' class='method'><code id='min_value.v'>fn <a href='#tymethod.min_value' class='fnname'>min_value</a>() -> Self</code></h3><div class='docblock'><p>returns the smallest finite number this type can represent</p>
|
||
</div><h3 id='tymethod.max_value' class='method'><code id='max_value.v'>fn <a href='#tymethod.max_value' class='fnname'>max_value</a>() -> Self</code></h3><div class='docblock'><p>returns the largest finite number this type can represent</p>
|
||
</div></div><span class='loading-content'>Loading content...</span>
|
||
<h2 id='foreign-impls' class='small-section-header'>Implementations on Foreign Types<a href='#foreign-impls' class='anchor'></a></h2><h3 id='impl-Bounded-for-Wrapping%3CT%3E' class='impl'><code class='in-band'>impl<T: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>> <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a> for <a class="struct" href="https://doc.rust-lang.org/nightly/core/num/struct.Wrapping.html" title="struct core::num::Wrapping">Wrapping</a><T></code><a href='#impl-Bounded-for-Wrapping%3CT%3E' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#49-56' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value' class="method hidden"><code id='min_value.v-1'>fn <a href='#method.min_value' class='fnname'>min_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#50-52' title='goto source code'>[src]</a></h4><h4 id='method.max_value' class="method hidden"><code id='max_value.v-1'>fn <a href='#method.max_value' class='fnname'>max_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#53-55' title='goto source code'>[src]</a></h4></div><span class='loading-content'>Loading content...</span>
|
||
<h2 id='implementors' class='small-section-header'>Implementors<a href='#implementors' class='anchor'></a></h2><div class='item-list' id='implementors-list'><h3 id='impl-Bounded' class='impl'><code class='in-band'>impl Bounded for ()</code><a href='#impl-Bounded' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#77-86' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-1' class="method hidden"><code id='min_value.v-2'>fn <a href='#method.min_value-1' class='fnname'>min_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#79-81' title='goto source code'>[src]</a></h4><h4 id='method.max_value-1' class="method hidden"><code id='max_value.v-2'>fn <a href='#method.max_value-1' class='fnname'>max_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#83-85' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-1' class='impl'><code class='in-band'>impl Bounded for f32</code><a href='#impl-Bounded-1' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#19-29' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-2' class="method hidden"><code id='min_value.v-3'>fn <a href='#method.min_value-2' class='fnname'>min_value</a>() -> f32</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#21-23' title='goto source code'>[src]</a></h4><h4 id='method.max_value-2' class="method hidden"><code id='max_value.v-3'>fn <a href='#method.max_value-2' class='fnname'>max_value</a>() -> f32</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#26-28' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-2' class='impl'><code class='in-band'>impl Bounded for f64</code><a href='#impl-Bounded-2' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#19-29' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-3' class="method hidden"><code id='min_value.v-4'>fn <a href='#method.min_value-3' class='fnname'>min_value</a>() -> f64</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#21-23' title='goto source code'>[src]</a></h4><h4 id='method.max_value-3' class="method hidden"><code id='max_value.v-4'>fn <a href='#method.max_value-3' class='fnname'>max_value</a>() -> f64</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#26-28' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-3' class='impl'><code class='in-band'>impl Bounded for i8</code><a href='#impl-Bounded-3' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#19-29' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-4' class="method hidden"><code id='min_value.v-5'>fn <a href='#method.min_value-4' class='fnname'>min_value</a>() -> i8</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#21-23' title='goto source code'>[src]</a></h4><h4 id='method.max_value-4' class="method hidden"><code id='max_value.v-5'>fn <a href='#method.max_value-4' class='fnname'>max_value</a>() -> i8</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#26-28' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-4' class='impl'><code class='in-band'>impl Bounded for i16</code><a href='#impl-Bounded-4' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#19-29' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-5' class="method hidden"><code id='min_value.v-6'>fn <a href='#method.min_value-5' class='fnname'>min_value</a>() -> i16</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#21-23' title='goto source code'>[src]</a></h4><h4 id='method.max_value-5' class="method hidden"><code id='max_value.v-6'>fn <a href='#method.max_value-5' class='fnname'>max_value</a>() -> i16</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#26-28' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-5' class='impl'><code class='in-band'>impl Bounded for i32</code><a href='#impl-Bounded-5' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#19-29' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-6' class="method hidden"><code id='min_value.v-7'>fn <a href='#method.min_value-6' class='fnname'>min_value</a>() -> i32</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#21-23' title='goto source code'>[src]</a></h4><h4 id='method.max_value-6' class="method hidden"><code id='max_value.v-7'>fn <a href='#method.max_value-6' class='fnname'>max_value</a>() -> i32</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#26-28' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-6' class='impl'><code class='in-band'>impl Bounded for i64</code><a href='#impl-Bounded-6' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#19-29' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-7' class="method hidden"><code id='min_value.v-8'>fn <a href='#method.min_value-7' class='fnname'>min_value</a>() -> i64</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#21-23' title='goto source code'>[src]</a></h4><h4 id='method.max_value-7' class="method hidden"><code id='max_value.v-8'>fn <a href='#method.max_value-7' class='fnname'>max_value</a>() -> i64</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#26-28' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-7' class='impl'><code class='in-band'>impl Bounded for i128</code><a href='#impl-Bounded-7' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#19-29' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-8' class="method hidden"><code id='min_value.v-9'>fn <a href='#method.min_value-8' class='fnname'>min_value</a>() -> i128</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#21-23' title='goto source code'>[src]</a></h4><h4 id='method.max_value-8' class="method hidden"><code id='max_value.v-9'>fn <a href='#method.max_value-8' class='fnname'>max_value</a>() -> i128</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#26-28' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-8' class='impl'><code class='in-band'>impl Bounded for isize</code><a href='#impl-Bounded-8' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#19-29' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-9' class="method hidden"><code id='min_value.v-10'>fn <a href='#method.min_value-9' class='fnname'>min_value</a>() -> isize</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#21-23' title='goto source code'>[src]</a></h4><h4 id='method.max_value-9' class="method hidden"><code id='max_value.v-10'>fn <a href='#method.max_value-9' class='fnname'>max_value</a>() -> isize</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#26-28' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-9' class='impl'><code class='in-band'>impl Bounded for u8</code><a href='#impl-Bounded-9' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#19-29' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-10' class="method hidden"><code id='min_value.v-11'>fn <a href='#method.min_value-10' class='fnname'>min_value</a>() -> u8</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#21-23' title='goto source code'>[src]</a></h4><h4 id='method.max_value-10' class="method hidden"><code id='max_value.v-11'>fn <a href='#method.max_value-10' class='fnname'>max_value</a>() -> u8</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#26-28' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-10' class='impl'><code class='in-band'>impl Bounded for u16</code><a href='#impl-Bounded-10' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#19-29' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-11' class="method hidden"><code id='min_value.v-12'>fn <a href='#method.min_value-11' class='fnname'>min_value</a>() -> u16</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#21-23' title='goto source code'>[src]</a></h4><h4 id='method.max_value-11' class="method hidden"><code id='max_value.v-12'>fn <a href='#method.max_value-11' class='fnname'>max_value</a>() -> u16</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#26-28' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-11' class='impl'><code class='in-band'>impl Bounded for u32</code><a href='#impl-Bounded-11' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#19-29' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-12' class="method hidden"><code id='min_value.v-13'>fn <a href='#method.min_value-12' class='fnname'>min_value</a>() -> u32</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#21-23' title='goto source code'>[src]</a></h4><h4 id='method.max_value-12' class="method hidden"><code id='max_value.v-13'>fn <a href='#method.max_value-12' class='fnname'>max_value</a>() -> u32</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#26-28' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-12' class='impl'><code class='in-band'>impl Bounded for u64</code><a href='#impl-Bounded-12' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#19-29' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-13' class="method hidden"><code id='min_value.v-14'>fn <a href='#method.min_value-13' class='fnname'>min_value</a>() -> u64</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#21-23' title='goto source code'>[src]</a></h4><h4 id='method.max_value-13' class="method hidden"><code id='max_value.v-14'>fn <a href='#method.max_value-13' class='fnname'>max_value</a>() -> u64</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#26-28' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-13' class='impl'><code class='in-band'>impl Bounded for u128</code><a href='#impl-Bounded-13' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#19-29' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-14' class="method hidden"><code id='min_value.v-15'>fn <a href='#method.min_value-14' class='fnname'>min_value</a>() -> u128</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#21-23' title='goto source code'>[src]</a></h4><h4 id='method.max_value-14' class="method hidden"><code id='max_value.v-15'>fn <a href='#method.max_value-14' class='fnname'>max_value</a>() -> u128</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#26-28' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-14' class='impl'><code class='in-band'>impl Bounded for usize</code><a href='#impl-Bounded-14' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#19-29' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-15' class="method hidden"><code id='min_value.v-16'>fn <a href='#method.min_value-15' class='fnname'>min_value</a>() -> usize</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#21-23' title='goto source code'>[src]</a></h4><h4 id='method.max_value-15' class="method hidden"><code id='max_value.v-16'>fn <a href='#method.max_value-15' class='fnname'>max_value</a>() -> usize</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#26-28' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-15' class='impl'><code class='in-band'>impl<A: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, B: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, C: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, D: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, E: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, F: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, G: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, H: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, I: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, J: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, K: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, L: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, M: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, N: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, O: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, P: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, Q: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, R: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, S: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, T: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>> Bounded for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)</code><a href='#impl-Bounded-15' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#77-86' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-16' class="method hidden"><code id='min_value.v-17'>fn <a href='#method.min_value-16' class='fnname'>min_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#79-81' title='goto source code'>[src]</a></h4><h4 id='method.max_value-16' class="method hidden"><code id='max_value.v-17'>fn <a href='#method.max_value-16' class='fnname'>max_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#83-85' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-16' class='impl'><code class='in-band'>impl<B: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, C: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, D: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, E: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, F: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, G: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, H: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, I: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, J: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, K: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, L: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, M: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, N: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, O: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, P: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, Q: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, R: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, S: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, T: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>> Bounded for (B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)</code><a href='#impl-Bounded-16' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#77-86' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-17' class="method hidden"><code id='min_value.v-18'>fn <a href='#method.min_value-17' class='fnname'>min_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#79-81' title='goto source code'>[src]</a></h4><h4 id='method.max_value-17' class="method hidden"><code id='max_value.v-18'>fn <a href='#method.max_value-17' class='fnname'>max_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#83-85' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-17' class='impl'><code class='in-band'>impl<C: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, D: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, E: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, F: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, G: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, H: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, I: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, J: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, K: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, L: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, M: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, N: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, O: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, P: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, Q: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, R: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, S: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, T: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>> Bounded for (C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)</code><a href='#impl-Bounded-17' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#77-86' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-18' class="method hidden"><code id='min_value.v-19'>fn <a href='#method.min_value-18' class='fnname'>min_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#79-81' title='goto source code'>[src]</a></h4><h4 id='method.max_value-18' class="method hidden"><code id='max_value.v-19'>fn <a href='#method.max_value-18' class='fnname'>max_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#83-85' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-18' class='impl'><code class='in-band'>impl<D: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, E: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, F: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, G: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, H: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, I: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, J: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, K: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, L: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, M: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, N: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, O: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, P: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, Q: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, R: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, S: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, T: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>> Bounded for (D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)</code><a href='#impl-Bounded-18' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#77-86' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-19' class="method hidden"><code id='min_value.v-20'>fn <a href='#method.min_value-19' class='fnname'>min_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#79-81' title='goto source code'>[src]</a></h4><h4 id='method.max_value-19' class="method hidden"><code id='max_value.v-20'>fn <a href='#method.max_value-19' class='fnname'>max_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#83-85' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-19' class='impl'><code class='in-band'>impl<E: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, F: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, G: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, H: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, I: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, J: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, K: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, L: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, M: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, N: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, O: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, P: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, Q: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, R: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, S: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, T: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>> Bounded for (E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)</code><a href='#impl-Bounded-19' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#77-86' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-20' class="method hidden"><code id='min_value.v-21'>fn <a href='#method.min_value-20' class='fnname'>min_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#79-81' title='goto source code'>[src]</a></h4><h4 id='method.max_value-20' class="method hidden"><code id='max_value.v-21'>fn <a href='#method.max_value-20' class='fnname'>max_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#83-85' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-20' class='impl'><code class='in-band'>impl<F: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, G: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, H: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, I: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, J: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, K: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, L: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, M: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, N: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, O: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, P: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, Q: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, R: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, S: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, T: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>> Bounded for (F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)</code><a href='#impl-Bounded-20' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#77-86' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-21' class="method hidden"><code id='min_value.v-22'>fn <a href='#method.min_value-21' class='fnname'>min_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#79-81' title='goto source code'>[src]</a></h4><h4 id='method.max_value-21' class="method hidden"><code id='max_value.v-22'>fn <a href='#method.max_value-21' class='fnname'>max_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#83-85' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-21' class='impl'><code class='in-band'>impl<G: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, H: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, I: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, J: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, K: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, L: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, M: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, N: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, O: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, P: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, Q: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, R: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, S: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, T: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>> Bounded for (G, H, I, J, K, L, M, N, O, P, Q, R, S, T)</code><a href='#impl-Bounded-21' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#77-86' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-22' class="method hidden"><code id='min_value.v-23'>fn <a href='#method.min_value-22' class='fnname'>min_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#79-81' title='goto source code'>[src]</a></h4><h4 id='method.max_value-22' class="method hidden"><code id='max_value.v-23'>fn <a href='#method.max_value-22' class='fnname'>max_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#83-85' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-22' class='impl'><code class='in-band'>impl<H: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, I: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, J: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, K: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, L: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, M: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, N: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, O: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, P: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, Q: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, R: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, S: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, T: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>> Bounded for (H, I, J, K, L, M, N, O, P, Q, R, S, T)</code><a href='#impl-Bounded-22' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#77-86' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-23' class="method hidden"><code id='min_value.v-24'>fn <a href='#method.min_value-23' class='fnname'>min_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#79-81' title='goto source code'>[src]</a></h4><h4 id='method.max_value-23' class="method hidden"><code id='max_value.v-24'>fn <a href='#method.max_value-23' class='fnname'>max_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#83-85' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-23' class='impl'><code class='in-band'>impl<I: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, J: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, K: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, L: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, M: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, N: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, O: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, P: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, Q: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, R: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, S: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, T: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>> Bounded for (I, J, K, L, M, N, O, P, Q, R, S, T)</code><a href='#impl-Bounded-23' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#77-86' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-24' class="method hidden"><code id='min_value.v-25'>fn <a href='#method.min_value-24' class='fnname'>min_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#79-81' title='goto source code'>[src]</a></h4><h4 id='method.max_value-24' class="method hidden"><code id='max_value.v-25'>fn <a href='#method.max_value-24' class='fnname'>max_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#83-85' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-24' class='impl'><code class='in-band'>impl<J: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, K: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, L: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, M: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, N: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, O: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, P: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, Q: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, R: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, S: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, T: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>> Bounded for (J, K, L, M, N, O, P, Q, R, S, T)</code><a href='#impl-Bounded-24' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#77-86' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-25' class="method hidden"><code id='min_value.v-26'>fn <a href='#method.min_value-25' class='fnname'>min_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#79-81' title='goto source code'>[src]</a></h4><h4 id='method.max_value-25' class="method hidden"><code id='max_value.v-26'>fn <a href='#method.max_value-25' class='fnname'>max_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#83-85' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-25' class='impl'><code class='in-band'>impl<K: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, L: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, M: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, N: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, O: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, P: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, Q: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, R: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, S: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, T: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>> Bounded for (K, L, M, N, O, P, Q, R, S, T)</code><a href='#impl-Bounded-25' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#77-86' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-26' class="method hidden"><code id='min_value.v-27'>fn <a href='#method.min_value-26' class='fnname'>min_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#79-81' title='goto source code'>[src]</a></h4><h4 id='method.max_value-26' class="method hidden"><code id='max_value.v-27'>fn <a href='#method.max_value-26' class='fnname'>max_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#83-85' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-26' class='impl'><code class='in-band'>impl<L: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, M: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, N: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, O: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, P: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, Q: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, R: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, S: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, T: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>> Bounded for (L, M, N, O, P, Q, R, S, T)</code><a href='#impl-Bounded-26' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#77-86' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-27' class="method hidden"><code id='min_value.v-28'>fn <a href='#method.min_value-27' class='fnname'>min_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#79-81' title='goto source code'>[src]</a></h4><h4 id='method.max_value-27' class="method hidden"><code id='max_value.v-28'>fn <a href='#method.max_value-27' class='fnname'>max_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#83-85' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-27' class='impl'><code class='in-band'>impl<M: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, N: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, O: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, P: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, Q: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, R: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, S: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, T: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>> Bounded for (M, N, O, P, Q, R, S, T)</code><a href='#impl-Bounded-27' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#77-86' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-28' class="method hidden"><code id='min_value.v-29'>fn <a href='#method.min_value-28' class='fnname'>min_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#79-81' title='goto source code'>[src]</a></h4><h4 id='method.max_value-28' class="method hidden"><code id='max_value.v-29'>fn <a href='#method.max_value-28' class='fnname'>max_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#83-85' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-28' class='impl'><code class='in-band'>impl<N: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, O: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, P: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, Q: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, R: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, S: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, T: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>> Bounded for (N, O, P, Q, R, S, T)</code><a href='#impl-Bounded-28' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#77-86' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-29' class="method hidden"><code id='min_value.v-30'>fn <a href='#method.min_value-29' class='fnname'>min_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#79-81' title='goto source code'>[src]</a></h4><h4 id='method.max_value-29' class="method hidden"><code id='max_value.v-30'>fn <a href='#method.max_value-29' class='fnname'>max_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#83-85' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-29' class='impl'><code class='in-band'>impl<O: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, P: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, Q: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, R: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, S: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, T: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>> Bounded for (O, P, Q, R, S, T)</code><a href='#impl-Bounded-29' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#77-86' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-30' class="method hidden"><code id='min_value.v-31'>fn <a href='#method.min_value-30' class='fnname'>min_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#79-81' title='goto source code'>[src]</a></h4><h4 id='method.max_value-30' class="method hidden"><code id='max_value.v-31'>fn <a href='#method.max_value-30' class='fnname'>max_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#83-85' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-30' class='impl'><code class='in-band'>impl<P: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, Q: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, R: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, S: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, T: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>> Bounded for (P, Q, R, S, T)</code><a href='#impl-Bounded-30' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#77-86' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-31' class="method hidden"><code id='min_value.v-32'>fn <a href='#method.min_value-31' class='fnname'>min_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#79-81' title='goto source code'>[src]</a></h4><h4 id='method.max_value-31' class="method hidden"><code id='max_value.v-32'>fn <a href='#method.max_value-31' class='fnname'>max_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#83-85' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-31' class='impl'><code class='in-band'>impl<Q: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, R: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, S: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, T: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>> Bounded for (Q, R, S, T)</code><a href='#impl-Bounded-31' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#77-86' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-32' class="method hidden"><code id='min_value.v-33'>fn <a href='#method.min_value-32' class='fnname'>min_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#79-81' title='goto source code'>[src]</a></h4><h4 id='method.max_value-32' class="method hidden"><code id='max_value.v-33'>fn <a href='#method.max_value-32' class='fnname'>max_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#83-85' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-32' class='impl'><code class='in-band'>impl<R: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, S: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, T: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>> Bounded for (R, S, T)</code><a href='#impl-Bounded-32' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#77-86' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-33' class="method hidden"><code id='min_value.v-34'>fn <a href='#method.min_value-33' class='fnname'>min_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#79-81' title='goto source code'>[src]</a></h4><h4 id='method.max_value-33' class="method hidden"><code id='max_value.v-34'>fn <a href='#method.max_value-33' class='fnname'>max_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#83-85' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-33' class='impl'><code class='in-band'>impl<S: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>, T: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>> Bounded for (S, T)</code><a href='#impl-Bounded-33' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#77-86' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-34' class="method hidden"><code id='min_value.v-35'>fn <a href='#method.min_value-34' class='fnname'>min_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#79-81' title='goto source code'>[src]</a></h4><h4 id='method.max_value-34' class="method hidden"><code id='max_value.v-35'>fn <a href='#method.max_value-34' class='fnname'>max_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#83-85' title='goto source code'>[src]</a></h4></div><h3 id='impl-Bounded-34' class='impl'><code class='in-band'>impl<T: <a class="trait" href="../../num_traits/bounds/trait.Bounded.html" title="trait num_traits::bounds::Bounded">Bounded</a>> Bounded for (T,)</code><a href='#impl-Bounded-34' class='anchor'></a><a class='srclink' href='../../src/num_traits/bounds.rs.html#77-86' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.min_value-35' class="method hidden"><code id='min_value.v-36'>fn <a href='#method.min_value-35' class='fnname'>min_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#79-81' title='goto source code'>[src]</a></h4><h4 id='method.max_value-35' class="method hidden"><code id='max_value.v-36'>fn <a href='#method.max_value-35' class='fnname'>max_value</a>() -> Self</code><a class='srclink' href='../../src/num_traits/bounds.rs.html#83-85' title='goto source code'>[src]</a></h4></div></div><span class='loading-content'>Loading content...</span><script type="text/javascript" src="../../implementors/num_traits/bounds/trait.Bounded.js" async></script></section><section id="search" class="content hidden"></section><section class="footer"></section><script>window.rootPath = "../../";window.currentCrate = "num_traits";</script><script src="../../aliases.js"></script><script src="../../main.js"></script><script defer src="../../search-index.js"></script></body></html> |