Files
rust-gpu/api/ordered_float/index.html
github-merge-queue[bot] a4e5fdd119 Deploying to gh-pages from @ 8494942c0b ๐Ÿš€
2026-04-13 16:52:47 +00:00

2 lines
4.8 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="Wrappers for total order on Floats. See the `OrderedFloat` and `NotNan` docs for details."><title>ordered_float - 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-17e0aaed.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="ordered_float" data-themes="" data-resource-suffix="" data-rustdoc-version="1.96.0-nightly (02c7f9bec 2026-04-10)" data-channel="nightly" data-search-js="search-b5634cc7.js" data-stringdex-js="stringdex-2da4960a.js" data-settings-js="settings-170eb4bf.js" ><script src="../static.files/storage-41dd4d93.js"></script><script defer src="../crates.js"></script><script defer src="../static.files/main-5013f961.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-f7c3ffd8.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc mod crate"><a class="skip-main-content" href="#main-content">Skip to main content</a><!--[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="#">Crate ordered_float</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../ordered_float/index.html">ordered_<wbr>float</a><span class="version">2.10.1</span></h2></div><div class="sidebar-elems"><ul class="block"><li><a id="all-types" href="all.html">All Items</a></li></ul><section id="rustdoc-toc"><h3><a href="#structs">Crate Items</a></h3><ul class="block"><li><a href="#structs" title="Structs">Structs</a></li><li><a href="#enums" title="Enums">Enums</a></li><li><a href="#traits" title="Traits">Traits</a></li></ul></section><div id="rustdoc-modnav"></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content" tabindex="-1"><div class="main-heading"><h1>Crate <span>ordered_<wbr>float</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/ordered_float/lib.rs.html#1-2055">Source</a> </span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Wrappers for total order on Floats. See the <a href="struct.OrderedFloat.html" title="struct ordered_float::OrderedFloat"><code>OrderedFloat</code></a> and <a href="struct.NotNan.html" title="struct ordered_float::NotNan"><code>NotNan</code></a> docs for details.</p>
</div></details><h2 id="structs" class="section-header">Structs<a href="#structs" class="anchor">ยง</a></h2><dl class="item-table"><dt><a class="struct" href="struct.FloatIsNan.html" title="struct ordered_float::FloatIsNan">Float<wbr>IsNan</a></dt><dd>An error indicating an attempt to construct NotNan from a NaN</dd><dt><a class="struct" href="struct.NotNan.html" title="struct ordered_float::NotNan">NotNan</a></dt><dd>A wrapper around floats providing an implementation of <code>Eq</code>, <code>Ord</code> and <code>Hash</code>.</dd><dt><a class="struct" href="struct.OrderedFloat.html" title="struct ordered_float::OrderedFloat">Ordered<wbr>Float</a></dt><dd>A wrapper around floats providing implementations of <code>Eq</code>, <code>Ord</code>, and <code>Hash</code>.</dd></dl><h2 id="enums" class="section-header">Enums<a href="#enums" class="anchor">ยง</a></h2><dl class="item-table"><dt><a class="enum" href="enum.ParseNotNanError.html" title="enum ordered_float::ParseNotNanError">Parse<wbr>NotNan<wbr>Error</a></dt><dd>An error indicating a parse error from a string for <code>NotNan</code>.</dd></dl><h2 id="traits" class="section-header">Traits<a href="#traits" class="anchor">ยง</a></h2><dl class="item-table"><dt><a class="trait" href="trait.Float.html" title="trait ordered_float::Float">Float</a></dt><dd>Generic trait for floating point numbers</dd></dl></section></div></main></body></html>